maria-discuss team mailing list archive
-
maria-discuss team
-
Mailing list archive
-
Message #05861
Re: MariaDbConnector 1.x -> 2.6, problem updating/inserting Torque objects
-
To:
"maria-discuss@xxxxxxxxxxxxxxxxxxx" <maria-discuss@xxxxxxxxxxxxxxxxxxx>
-
From:
Clemens Wyss - MySign AG <clemens.wyss@xxxxxxxxx>
-
Date:
Tue, 21 Jul 2020 04:57:39 +0000
-
Accept-language:
de-CH, en-US
-
Arc-authentication-results:
i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=mysign.ch; dmarc=pass action=none header.from=mysign.ch; dkim=pass header.d=mysign.ch; arc=none
-
Arc-message-signature:
i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=0XBsPD9+eBlRxmdENava2fgwJH86yVSA2l0q65ns66U=; b=esdq08CQ4vU/ouhmQTaJfHD9jMXVLAsYJnxPhJUUh+WhGXHsHj/cK9AO47NAQ490wCin5xSb2D8ZGNYLMMY2nGubJ3wHGjM8Y3aHWPUSlNUKdkOWF5oR8vk1xhczYvOXQcZx6vgUgk55e77xtH2NJzb3Xd1K4ehc9vwwQh5LRr/kKemGExpnu9BeVTk8PYZXsAA043MQWoZiRP6MijBzfC3OG1dlB577U71m/kZCBGlYCmROoHkWJLWpTWQ1EYt+P6V/oN53bwtzv/q7cQ2oxiyDaEBizYa+g4mfT37zqmeR6HlUD6vKULQ0CoQ88+eumHvirMHfIO7/vm+49dLB+Q==
-
Arc-seal:
i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=X90w90a+qr1tWJkUeyWXV9eBAWXDEyr1EOXRUJDbN7fCby9xGB/zdCkmNNzZCXXB4W3WaAVA1IsuT+vtV3XfT0vbqi2hJafCv1B51j5i1JQHmpu7L3ra8ZPNGUlKmujeX713Pokx5fcRfzv5wO+i5hjd8bmGsTkhixVeoPDG4LzEOgQbY/ZwfaafF58xQCclpGBvjiIqul1VNwl6kJUyu1/XeH4Flm0XhH975kecjkl5blB8oAkO30E1Uol8YJ2rrmqjRoAIXykKz9UZXOhpx89tXyDzAev6IIrhiMXtdpf4qS65+OdJOOFwt0gPcWrM6W4vATifhXjLUDuPrbGlcA==
-
Authentication-results:
lists.launchpad.net; dkim=none (message not signed) header.d=none;lists.launchpad.net; dmarc=none action=none header.from=mysign.ch;
-
Thread-index:
AdZfG3JPTpkFetffQtKpoQjihp7YkA==
-
Thread-topic:
MariaDbConnector 1.x -> 2.6, problem updating/inserting Torque objects
The patch would of course be
> new MariaDbResultSetMetaData(columnsInformation, options, forceAlias, ** true ** )
instead of
>new MariaDbResultSetMetaData(columnsInformation, options, forceAlias, false )
i.e. forcing "updatable" to true
Another note/detail: we make use of the Tomcat db connection pool