Commit Graph

  • b7cbf55f0a Accepting request 1148469 from server:database:postgresql factory leap-16.1 leap-16.0 Ana Guerrero 2024-02-21 16:58:45 +00:00
  • bedde6f01a - Use %autosetup macro. Allows to eliminate the usage of deprecated %patchN. Michael Vetter 2024-02-21 09:13:49 +00:00
  • a9c5551e6d Accepting request 1116398 from server:database:postgresql Ana Guerrero 2023-10-10 18:59:17 +00:00
  • 57a10d7190 - Update to 16.00.0000: * Use autoconf to check for stdbool.h. - Update to 13.02.0000: * Fix a bug of CC_send_query_append() when the ignore_roundtrip_time flag is onRemove a mylog() call which is a dupilicate of the preceding MYLOG() macro call. * Remove REFCUR_SUPPORT, add FetchRefcursors setting. * Support fetching results from multiple refcursors. * Named parameter binding support * Use ODBC 3 column names for the result set of catalog functions. Reinhard Max 2023-10-04 11:27:15 +00:00
  • e16e8ead49 Accepting request 903302 from server:database:postgresql Dominique Leuenberger 2021-07-01 05:05:57 +00:00
  • 4cadb9cb1d Update to 13.01.0000: * Fix a bug of CC_send_query_append() when the ignore_roundtrip_time flag is on. * Add a call for SQLDescribeCol() before SQLExecute() to prepare-test. * The diff of the result was reported by Mangold Fabian and will be fixed in the later commit. * Add a *update returning* test case to insertreturning regression test. * The diff of the result was reported by Patrick Cheung and will be fixed in the later commit. * Let SQLDescribeCol() use parsed result when the current executed result is NULL. * This change fixes the diff of prepare-test regression test reported by Mangold Fabian. * Let SQLExecute() destroy the old result first. * This change fixes the diff of insertreturning-test regression test reported by Patrick Cheung. * Forget to apply disable_convert_func flag to VARCHAR and LONGVARCHAR. * Prioritize DISABLE_KEEPALIVE checkbox over the disable_keepalive bit of ExtraOptions. * Format check for ExtraOptions of setup dialog. Michael Vetter 2021-06-30 20:49:54 +00:00
  • 94f73db7cb Accepting request 902855 from server:database:postgresql Dominique Leuenberger 2021-06-29 20:43:08 +00:00
  • f7a0b6b7d3 regular devel package anymore (psqlODBC-internal.patch, bsc#1166821). Michael Vetter 2021-06-28 15:00:31 +00:00
  • aadfb0d3c4 Accepting request 811346 from server:database:postgresql Dominique Leuenberger 2020-06-04 15:56:13 +00:00
  • 4f55045910 - Update to 12.02.0000: * Add a new *Display Optional Error Message* option. This option allows to display error messages other than primary one. Also add documentaition about the option and *Numeric as* option. * Handle notice messages in libpq_bind_and_exec(). Sets and resets a notify receiver around PQexecParams() or PQexecPrepared(). * Ignore PQtransactionStatus PQTRANS_ACTIVE in LIBPQ_update_transaction_status(). PQTRANS_ACTIVE isn't a transaction status. * Improve execution of parameterized SQL statements with arrays of parameters by sending chunks of SQL statements. If SQL_ATTR_CURSOR_TYPE of an statement is SQL_CURSOR_FORWARD_ONLY, SQL_ATTR_CONCURRENCY is SQL_CONCUR_READ_ONLY and extended protocol isn't used, the batch execution of the statement is possible. A new option Batch Size was introduced for such cases. Batch Size: Split an array (of parameters) into chunks of Batch Size to execute statements. The last chunk may contain less than Batch Size elements. Setting 1 to this option forces the current one by one execution. Also turn off use_server_side_prepare option temporarily when batch executuion is possible. * Change SC_execute() so that it returns a return code which is not affetced by the preceding results. It's necessary for batch execution with arrays of parameters. * Add a new option IgnoreTimeout. * Some tools issue issue SQLSetStmtAttr(.., SQL_ATTR_QUERY_TIMEOUT,,) internally and sometimes it's difficult for users to change the Michael Vetter 2020-06-04 09:25:20 +00:00
  • 18a8844451 Accepting request 775067 from server:database:postgresql Dominique Leuenberger 2020-02-18 12:29:39 +00:00
  • 7cc8d869b5 Accepting request 775004 from home:lachs0r:branches:server:database:postgresql Martin Pluskal 2020-02-18 08:48:58 +00:00
  • a75dcfb67f Accepting request 706223 from server:database:postgresql Dominique Leuenberger 2019-06-01 07:51:47 +00:00
  • 492dcbb978 Accepting request 705568 from home:jubalh:branches:server:database:postgresql Michael Vetter 2019-05-29 07:31:53 +00:00
  • 27a15d8651 Accepting request 688157 from server:database:postgresql Dominique Leuenberger 2019-03-26 21:32:52 +00:00
  • 8356be9449 - Update to version 11.00.0000: * Remove obsolete maps pointed out. * Remove connSettings option and/or pqopt option from the OutConnectionString parameter of SQLDriverConnect() when each option doesn't exist in InConnectionString parameter. * The parameters should be cast because parameters of concat() function are variadic "any". * Add an alias DX of *Database* keyword for connection strings to aviod the use of "database" keyword which has a special meaning in some apps or middlewares. * numeric items without precision are unlimited and there's no natural map between SQL Data types. Add an option *Numeric(without precision) as* * Fix a bug that SQLSpecialColumns() returns oid/xmin incorrectly when a table does not exist. - Fix build with PostgreSQL 11 that does not have pg_config in the regular devel package anymore (psqlODBC-internal.patch). - Avoid self-obsoletion. Reinhard Max 2019-03-13 14:56:25 +00:00
  • 452f5abbeb Accepting request 611528 from server:database:postgresql Dominique Leuenberger 2018-05-29 08:41:13 +00:00
  • 42884bf306 - Update to version 10.03.0000: * Put back the handling of lock_CC_for_rb variable. The variable lock_CC_for_rb should be held per connection. * Fix SQLGetTypeInfo() so that it filters SQL_TYPE_DATE, SQL_TYPE_TIME or SQL_TYPE_TIMESTAMP for ODBC 2.x applications. * Revise ConfigDSN() so that it handles the 4th parameter(lpszAttribues) correctly. * Fix a crash bug when handling error messages. Also modified some error messages. * Let SQLTables() or SQLTablePrivileges() show partition tables. * Fix build on Solaris defined(__SUNPRO_C) using Solaris Studio * Reduce DB access to pg_class or pg_index by caching relhasoids, relhassubclass etc. It would improve the performance of SQLSetPos() or SQLBulkOperations() very much in some cases. Michael Vetter 2018-05-23 10:17:31 +00:00
  • 4dc51a4ef8 Accepting request 593788 from server:database:postgresql Dominique Leuenberger 2018-04-06 15:47:41 +00:00
  • c42d314626 - Update to version 10.02.0000: * It's safer to call setlocale(LC_CTYPE, "") than calling setlocale(LC_ALL, "") * Avoid replacing effective notice messages. * Handle MALLOC/REALLOC errors while fetching tuples more effectively. * Make SQLSetPos(SQL_DELETE/SQL_REFRESH) more effective. Because queries calling currtid(2) like select .. from .. where ctid=currtid2(.., ..) cause Seq Scan, their execution may be very slow. It is better to execute queries using subqueries like select .. from .. where ctid=(select currtid2(.., ..)) because they cause Tid Scan. * Fix a crash bug in AddDeleted(). Michael Vetter 2018-04-05 13:06:38 +00:00
  • 3cd4829cc7 Accepting request 578965 from server:database:postgresql Dominique Leuenberger 2018-02-22 14:03:53 +00:00
  • 48092c2e29 - bsc#1062860 / fate#324501: For adding packaging to SLE15 Michael Vetter 2018-02-22 11:42:14 +00:00
  • c544cd6bc6 Accepting request 578732 from home:jubalh:branches:server:database:postgresql Kristyna Streitova 2018-02-22 11:35:36 +00:00
  • dd2cfa89c3 Accepting request 556101 from server:database:postgresql Dominique Leuenberger 2017-12-12 20:23:04 +00:00
  • 64533fabd5 Accepting request 554781 from home:jubalh:branches:server:database:postgresql Martin Pluskal 2017-12-11 21:29:03 +00:00
  • 82c3b42e3b Accepting request 452994 from server:database:postgresql Dominique Leuenberger 2017-01-29 09:40:38 +00:00
  • d44266fc82 Accepting request 452981 from home:adamm:branches:server:database:postgresql Martin Pluskal 2017-01-27 16:56:28 +00:00
  • 733f51f641 Accepting request 293466 from server:database:postgresql Dominique Leuenberger 2015-03-30 17:33:08 +00:00
  • c006e2d864 Accepting request 290456 from home:posophe:branches:server:database:postgresql Lars Vogdt 2015-03-27 18:14:27 +00:00
  • 7f1addfa74 Accepting request 173045 from server:database:postgresql Stephan Kulow 2013-04-23 15:29:48 +00:00
  • 88dd115e2c replace license with spdx.org variant Stephan Kulow 2011-12-06 17:53:33 +00:00
  • ef9e89632d OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/psqlODBC?expand=0&rev=7 OBS User autobuild 2010-03-18 15:23:23 +00:00
  • ae09efe239 Accepting request 25422 from server:database:postgresql OBS User autobuild 2009-12-04 11:45:09 +00:00
  • 43fb9f516f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/psqlODBC?expand=0&rev=4 OBS User unknown 2008-11-20 15:16:44 +00:00
  • 5ead27ebbf OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/psqlODBC?expand=0&rev=3 OBS User unknown 2008-09-13 10:02:53 +00:00
  • 894f41e8e1 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/psqlODBC?expand=0&rev=2 OBS User unknown 2007-07-30 19:34:32 +00:00
  • c1f01a3940 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/psqlODBC?expand=0&rev=1 OBS User unknown 2007-01-15 23:33:33 +00:00