Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ltoOp-0003mC-3d for pgsql-odbc@arkaria.postgresql.org; Thu, 17 Jun 2021 09:33:23 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1ltoOo-0006hO-03 for pgsql-odbc@arkaria.postgresql.org; Thu, 17 Jun 2021 09:33:22 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ltoOn-0006hG-Q3 for pgsql-odbc@lists.postgresql.org; Thu, 17 Jun 2021 09:33:21 +0000 Received: from meesny.iki.fi ([195.140.195.201]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ltoOl-0001GX-8b for pgsql-odbc@postgresql.org; Thu, 17 Jun 2021 09:33:20 +0000 Received: from [192.168.1.113] (dsl-hkibng22-54faa4-119.dhcp.inet.fi [84.250.164.119]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) (Authenticated sender: hlinnaka) by meesny.iki.fi (Postfix) with ESMTPSA id E832120191; Thu, 17 Jun 2021 12:33:15 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iki.fi; s=meesny; t=1623922396; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=vTWO7sHF5bRH5u40ybB5sipuiArjbydOY6LozTFCwYs=; b=q13+l3OawwSnmfvyKzk9zzk/fLhay+yCeTXWoqk96/vOobU1ozKvh2FSpaawuhtN+tg8gb lstVzR9v+7bG24s2Q/3n40rr9FR3Dj3rk4LC/clOHPHpSId86MPX3V+2ZZ89K7BkUnobv8 tq77SzyDKmtUiI6SmtoFnuq/CLwzAl8= Subject: Re: Matching Driver Version + DB Engine Version To: Justin Chin-You , pgsql-odbc@postgresql.org References: From: Heikki Linnakangas Message-ID: Date: Thu, 17 Jun 2021 12:33:15 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit ARC-Authentication-Results: i=1; ORIGINATING; auth=pass smtp.auth=hlinnaka smtp.mailfrom=hlinnaka@iki.fi ARC-Seal: i=1; s=meesny; d=iki.fi; t=1623922396; a=rsa-sha256; cv=none; b=xEcZgPxj8pFu6PkbsEcM881xPnv1ZVGoSdv9Y4xNsajL/Ihew423hVCGKLZD/6rBFhb2g1 lJPFe8mJ9O8PCtHt8KRmID+OYGcqKv0mBZuIdbIyiIuiF3HqOzs+S/kuEde82ZDcwt/oFM XepEtZm33cmg/eT+pdGQJZH+wcAhCKk= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=iki.fi; s=meesny; t=1623922396; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=vTWO7sHF5bRH5u40ybB5sipuiArjbydOY6LozTFCwYs=; b=Z/m8Sa+kq+68T1Q8k3oeqeZvj9rlhpLzYtbk3FiV9Xh0v62AZSL5tzm2sLchXXTR5MC6Tp XOQmW13Bw6WLjl5luXIO8YBQso4/b/rF/dm/3QlupAHSiq8oorlAaxYtK4PsGFsVQR5GjJ dn577lnQ9OZBQh+ZqQ8woackK0rTvTU= List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 16/06/2021 21:13, Justin Chin-You wrote: > Maybe I'm over thinking this and just need to use the latest odbc driver? Yes, just use the latest driver. It works with all (supported) server versions. - Heikki