Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 32422 invoked from network); 5 Apr 2011 21:09:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Apr 2011 21:09:46 -0000 Received: (qmail 30914 invoked by uid 500); 5 Apr 2011 21:09:46 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 30881 invoked by uid 500); 5 Apr 2011 21:09:46 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 30872 invoked by uid 99); 5 Apr 2011 21:09:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Apr 2011 21:09:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Apr 2011 21:09:45 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 4D355949D7 for ; Tue, 5 Apr 2011 21:09:08 +0000 (UTC) Date: Tue, 5 Apr 2011 21:09:08 +0000 (UTC) From: "Albert Lee (JIRA)" To: dev@openjpa.apache.org Message-ID: <80420634.35965.1302037748313.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1944385411.19202.1301415905684.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (OPENJPA-1968) SQLServerDictionery not using DATETIME2 for jdbc driver other than MS JDBC driver MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/OPENJPA-1968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Albert Lee resolved OPENJPA-1968. --------------------------------- Resolution: Fixed > SQLServerDictionery not using DATETIME2 for jdbc driver other than MS JDBC driver > --------------------------------------------------------------------------------- > > Key: OPENJPA-1968 > URL: https://issues.apache.org/jira/browse/OPENJPA-1968 > Project: OpenJPA > Issue Type: Bug > Components: sql > Affects Versions: 2.1.0, 2.1.1, 2.2.0 > Reporter: Albert Lee > Assignee: Albert Lee > Fix For: 2.1.1, 2.2.0 > > Attachments: OPENJPA-1968.patch, TestDDTimestamp.java > > > Use of DATETIME2 db type for Date/Time/Timestamp should based on the SQLServer database version not driver type/vendor. > As a consequence, if version field is a Timestamp data type, you may get optimistic lock exception due to timestamp precision mismatch and hence update to entity may failed. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira