Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rqAES-00AwIs-Pd for pgsql-odbc@arkaria.postgresql.org; Fri, 29 Mar 2024 11:17:13 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rqAER-00GpPp-H6 for pgsql-odbc@arkaria.postgresql.org; Fri, 29 Mar 2024 11:17:11 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rqAER-00GpMW-9K for pgsql-odbc@lists.postgresql.org; Fri, 29 Mar 2024 11:17:11 +0000 Received: from mail-ej1-x62c.google.com ([2a00:1450:4864:20::62c]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1rqAEO-007HV8-BZ for pgsql-odbc@postgresql.org; Fri, 29 Mar 2024 11:17:10 +0000 Received: by mail-ej1-x62c.google.com with SMTP id a640c23a62f3a-a46f0da1b4fso241402466b.2 for ; Fri, 29 Mar 2024 04:17:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1711711026; x=1712315826; darn=postgresql.org; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=xsSfcnWVksc8R4kHeE57amlhiUHLIMLAcAB5eiulM08=; b=KabBKMkRezemweFytXG8Rua6bOeC59bGwIQ85Trli9SXLHAMBK7bu6rTA1OvJ+mzEq jMgj+wtaY4scxUGVSejGMAyjCpkkkAmvRmybf/ffmfjU/NMEiG/TUyjUbbVAeofdFVjW nfDQjMRR4uBkIcygqcyyZ3y1PZ6W7fQcGgb3P3rjBFmI0BogZ1J2FAJb5bbK/7GUb1H+ lxsq2uYmUpUzaQKyfAgEDCT95fq8QZ3Shez24colydWD9x2bd7RViqsnttEzBHEkuaXZ e2QFMkMg5lbmqizbGe9GUcYAd0EsefxyjNWnij9yZWXdsT0au7/DTUGHmJUkCxSUdW8J 20OQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1711711026; x=1712315826; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=xsSfcnWVksc8R4kHeE57amlhiUHLIMLAcAB5eiulM08=; b=hUsPh4PLf0rdMy8T24Q5mG4mkw8Sw72XMnGDAXsn4ICnBK5oZHa7uYMwXWkNj/1xyj WD0dDy3IALtPrdDN+Xoy0sQpz0n9hejFnorQ7h0rfLMMPEFrkB9ns0YAL/U+BS4bQda3 N5pA2MqZ+LKdMBlKUCMT+hFjxGQulLousmAU3+ty3DUr+i9Ngubrefgvfh+lWdCIMgHF 718H91wehtzZx6N9ZxOK1IJ30B3WkSuZALOgVrQkwGJkabQE6gO2awvhVkpZQ/xS/jtb DgZs6mDG/CsyKt3UlHjplAPzIGlqo4Xxf9u3Bu6RFoOE1RJNO5V9/JY7lJ7hF8qEASmd 1v5w== X-Gm-Message-State: AOJu0Yy8BmnF1QmtXPWPUZaEZi1ix41eJgMMI2WaobXlyEiTM0IKxALV zTkUs8zaEsWpBegwnMvYVgFIrd0drkFt3UVaNXA90w8cy4Lg0+OmKdPQbhkKcg1Bdnr1RZiSvqx 3elK/7ZvEBK67gq0ulq6e5yRlO5c4a/JyMm8= X-Google-Smtp-Source: AGHT+IHTzDD+eGsNpEuBKaXwIQPC5pLLVxHc4+0CL4b8jhW+m6fvPG72V/eRDDja6B8ZsrhBmvQ0VJvieCaBMbiLAA0= X-Received: by 2002:a17:907:1b1c:b0:a4e:2c2d:32df with SMTP id mp28-20020a1709071b1c00b00a4e2c2d32dfmr1656767ejc.56.1711711026395; Fri, 29 Mar 2024 04:17:06 -0700 (PDT) MIME-Version: 1.0 From: Dave Cramer Date: Fri, 29 Mar 2024 07:16:49 -0400 Message-ID: Subject: How to create an ODBC datasource in CI To: PostgreSQL mailing lists Content-Type: multipart/alternative; boundary="000000000000afc6240614cac7b6" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --000000000000afc6240614cac7b6 Content-Type: text/plain; charset="UTF-8" Greetings, In order to test the driver using github actions we need to be able to create a windows datasource. Usually this requires some kind of user interaction. Has anyone done this on GH actions ? Dave Cramer --000000000000afc6240614cac7b6 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Greetings,

In order to test the driver = using github actions we need to be able to create a windows datasource. Usu= ally this requires some kind of user interaction.

= Has anyone=C2=A0done this on GH actions ?


Dave Cramer
--000000000000afc6240614cac7b6--