From: buildmaster Date: Mon, 20 Dec 2021 16:47:39 +0000 (+0100) Subject: Initial version of psqlodbc 10.3.0000 X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=05a10ecb24083a4eb9e812d5542c07df41c35ffe;p=psqlodbc.git Initial version of psqlodbc 10.3.0000 --- diff --git a/FULLNAMES b/FULLNAMES index 1fd1ded..15bbf04 100644 --- a/FULLNAMES +++ b/FULLNAMES @@ -1 +1,2 @@ -Pro line one name +psqlODB_x64 +psqlODB_x86 diff --git a/LICENSE b/LICENSE index c70fc0d..f99170f 100644 --- a/LICENSE +++ b/LICENSE @@ -1 +1,38 @@ -Copyright (c) 2017 Peter Varkoly and Helmuth Varkoly Nürnberg. All rights reserverd. \ No newline at end of file +Copyright (c) 2021 Peter Varkoly and Helmuth Varkoly Nürnberg. All rights reserverd. +/******************************************************************** + + PSQLODBC.DLL - A library to talk to the PostgreSQL DBMS using ODBC. + + + Copyright (C) 1998 Insight Distribution Systems + Copyright (C) 1998 - 2018 The PostgreSQL Global Development Group + + Multibyte support was added by Sankyo Unyu Service, (C) 2001. + + The code contained in this library is based on code written by + Christian Czezatke and Dan McGuirk, (C) 1996. + + + This library is free software; you can redistribute it and/or modify + it under the terms of the GNU Library General Public License as + published by the Free Software Foundation; either version 2 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 + MERCHANTIBILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library (see "license.txt"); if not, write to + the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA + 02139, USA. + + + How to contact the authors: + + email: pgsql-odbc@postgresql.org + website: https://odbc.postgresql.org/ + +***********************************************************************/ + diff --git a/README.txt b/README.txt deleted file mode 100644 index 1766ee1..0000000 --- a/README.txt +++ /dev/null @@ -1,38 +0,0 @@ - -/******************************************************************** - - PSQLODBC.DLL - A library to talk to the PostgreSQL DBMS using ODBC. - - - Copyright (C) 1998 Insight Distribution Systems - Copyright (C) 1998 - 2018 The PostgreSQL Global Development Group - - Multibyte support was added by Sankyo Unyu Service, (C) 2001. - - The code contained in this library is based on code written by - Christian Czezatke and Dan McGuirk, (C) 1996. - - - This library is free software; you can redistribute it and/or modify - it under the terms of the GNU Library General Public License as - published by the Free Software Foundation; either version 2 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 - MERCHANTIBILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this library (see "license.txt"); if not, write to - the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA - 02139, USA. - - - How to contact the authors: - - email: pgsql-odbc@postgresql.org - website: https://odbc.postgresql.org/ - -***********************************************************************/ - diff --git a/README1.txt b/README1.txt deleted file mode 100644 index 1766ee1..0000000 --- a/README1.txt +++ /dev/null @@ -1,38 +0,0 @@ - -/******************************************************************** - - PSQLODBC.DLL - A library to talk to the PostgreSQL DBMS using ODBC. - - - Copyright (C) 1998 Insight Distribution Systems - Copyright (C) 1998 - 2018 The PostgreSQL Global Development Group - - Multibyte support was added by Sankyo Unyu Service, (C) 2001. - - The code contained in this library is based on code written by - Christian Czezatke and Dan McGuirk, (C) 1996. - - - This library is free software; you can redistribute it and/or modify - it under the terms of the GNU Library General Public License as - published by the Free Software Foundation; either version 2 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 - MERCHANTIBILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this library (see "license.txt"); if not, write to - the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA - 02139, USA. - - - How to contact the authors: - - email: pgsql-odbc@postgresql.org - website: https://odbc.postgresql.org/ - -***********************************************************************/ - diff --git a/VERSION b/VERSION index 056436d..8f0c4ef 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -VERSION THIS MUST BE ADAPTED \ No newline at end of file +10.3.0000 diff --git a/init.sls.in b/init.sls.in deleted file mode 100644 index cc335f6..0000000 --- a/init.sls.in +++ /dev/null @@ -1,33 +0,0 @@ -############################################################################### -# SLS: psqlodbc -# Copyright (c) 2017 Helmuth Varkoly, Nuermberg, Germany. -# All rights reserved. -# -# Authors: Helmuth Varkoly -# -# Description: Package SLS -############################################################################### -{% if grains['cpuarch'] == 'AMD64' %} -{% set ARCH = "x64" %} -{% else %} -{% set ARCH = "x86" %} -{% endif %} - -{% set LOG_PATH = 'C:\\salt\\var\\log' %} - -psqlodbc: - 'VERSION': - full_name: 'TOREPLACE' - installer: salt://win/repo-ng/psqlodbc/TOREPLACE.exe - {% if ARCH == 'x64' %} - uninstaller: '%PROGRAMFILES(x86)%\psqlodbc\unins000.exe' - {% else %} - uninstaller: '%PROGRAMFILES%\psqlodbc\unins000.exe' - {% endif %} - install_flags: '/verysilent /norestart /LOG="{{ LOG_PATH }}_inst.log"' - uninstall_flags: '/verysilent /SUPPRESSMSGBOXES /NORESTART /LOG="{{ LOG_PATH }}_uninst.log"' - locale: de_DE - msiexec: False - reboot: False - cache_dir: False - diff --git a/psqlodbc_10_03_0000-x64.zip b/psqlodbc_10_03_0000-x64.zip deleted file mode 100644 index 3c395d6..0000000 Binary files a/psqlodbc_10_03_0000-x64.zip and /dev/null differ diff --git a/psqlodbc_10_03_0000-x86.zip b/psqlodbc_10_03_0000-x86.zip deleted file mode 100644 index d4bbaf7..0000000 Binary files a/psqlodbc_10_03_0000-x86.zip and /dev/null differ diff --git a/psqlodbc_x64.msi b/repo-ng/psqlodbc_x64.msi similarity index 100% rename from psqlodbc_x64.msi rename to repo-ng/psqlodbc_x64.msi diff --git a/psqlodbc_x86.msi b/repo-ng/psqlodbc_x86.msi similarity index 100% rename from psqlodbc_x86.msi rename to repo-ng/psqlodbc_x86.msi