26 Commits

Author SHA256 Message Date
46e1d4de33 Accepting request 1294808 from server:database
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1294808
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqliteodbc?expand=0&rev=12
2025-07-21 18:02:11 +00:00
Tuukka Pasanen
5b6857b67f - added patches
fix build with gcc15
  + sqliteodbc-gcc15.patch

OBS-URL: https://build.opensuse.org/package/show/server:database/sqliteodbc?expand=0&rev=25
2025-07-21 11:53:52 +00:00
5ad5f2af74 Accepting request 1128909 from server:database
OBS-URL: https://build.opensuse.org/request/show/1128909
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqliteodbc?expand=0&rev=11
2023-11-26 18:38:19 +00:00
8f251713a0 Accepting request 1128870 from home:dirkmueller:Factory
- update to 0.99991:
  * update to SQLite 3.43.2
  * fix SQL parsing, thanks Paul Wise for patch
  * update autoconf stuff
  * INSERT/UPDATE/DELETE can produce result set
  * DSN option "ILIKE is LIKE" in SQLite3 driver
  * DSN option "Attach As" in SQLite3 driver
  * better deal with SQL comments
  * cleanup in confgure.in

	* fixes in SQLSetPos()
  * this is not regular shared library but plugin for unixODBC
  * report SQL_SC_SQL92_ENTRY level for
- New version 0.9991 released

OBS-URL: https://build.opensuse.org/request/show/1128870
OBS-URL: https://build.opensuse.org/package/show/server:database/sqliteodbc?expand=0&rev=23
2023-11-26 13:14:40 +00:00
37f7763e93 Accepting request 827269 from server:database
OBS-URL: https://build.opensuse.org/request/show/827269
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqliteodbc?expand=0&rev=10
2020-08-17 10:09:51 +00:00
6d3dc6b389 Accepting request 827264 from home:dirkmueller:branches:server:database
- update to 0.9998
  * update to SQLite 3.32.3
  * make all comparisons for table names etc. in SQLTables()
    and friends case insensitive (thanks Kris Habraken for
    initial fix)
  * update to SQLite 3.32.2
  * fix info for SQL_OUTER_JOINS/SQL_OJ_CAPABILITIES
  * provide more clean quote hints in type info
  * improve SQLBulkOperations()
  * better deal with auto column names in csvtable module

OBS-URL: https://build.opensuse.org/request/show/827264
OBS-URL: https://build.opensuse.org/package/show/server:database/sqliteodbc?expand=0&rev=21
2020-08-17 07:47:48 +00:00
9aa6cfdb4e Accepting request 800028 from server:database
- Adjust scriplets to resolve boo#1171041 CVE-2020-12050

OBS-URL: https://build.opensuse.org/request/show/800028
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqliteodbc?expand=0&rev=9
2020-05-04 16:42:19 +00:00
b3a0443b69 - Adjust scriplets to resolve boo#1171041 CVE-2020-12050
OBS-URL: https://build.opensuse.org/package/show/server:database/sqliteodbc?expand=0&rev=19
2020-05-04 11:19:37 +00:00
56b60651a6 Accepting request 685965 from server:database
OBS-URL: https://build.opensuse.org/request/show/685965
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqliteodbc?expand=0&rev=8
2019-03-19 08:59:21 +00:00
b89b1adff1 Accepting request 685938 from home:illuusio
- Update to version 0.9996
	* update to SQLite 3.22.0
	* fixes in handling DDL in SQLExecDirect() et.al., thanks Andre Mikulec for testing
    * cleanup utf8/unicode conversion functions

OBS-URL: https://build.opensuse.org/request/show/685938
OBS-URL: https://build.opensuse.org/package/show/server:database/sqliteodbc?expand=0&rev=17
2019-03-18 09:08:04 +00:00
383b3a7f8e Accepting request 445021 from server:database
- Update to version 0.9225:
	* update to SQLite 3.15.2
	* don't statically buffer result of localeconv()
	* increased some internal string buffers
	* fixes in SQLSetPos() 
	* fix locking in xpath module, thanks Abramo Bagnara
- Changes for version 0.9994:
	* update to SQLite 3.13.0
	* fix to present file names with slashes to sqlite3_load_extension()

OBS-URL: https://build.opensuse.org/request/show/445021
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqliteodbc?expand=0&rev=7
2016-12-10 17:29:15 +00:00
239b146b0f - Update to version 0.9225:
* update to SQLite 3.15.2
	* don't statically buffer result of localeconv()
	* increased some internal string buffers
	* fixes in SQLSetPos() 
	* fix locking in xpath module, thanks Abramo Bagnara
- Changes for version 0.9994:
	* update to SQLite 3.13.0
	* fix to present file names with slashes to sqlite3_load_extension()

OBS-URL: https://build.opensuse.org/package/show/server:database/sqliteodbc?expand=0&rev=15
2016-12-09 07:50:38 +00:00
85a68c3a7d Accepting request 383736 from server:database
- Update to 0.9223

OBS-URL: https://build.opensuse.org/request/show/383736
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqliteodbc?expand=0&rev=6
2016-04-06 09:52:14 +00:00
6b2c75408b - Doxygen.conf add 'HTML_TIMESTAMP = NO' (boo#969496)
OBS-URL: https://build.opensuse.org/package/show/server:database/sqliteodbc?expand=0&rev=13
2016-04-04 07:06:03 +00:00
d53534b4dd Accepting request 383733 from home:illuusio:branches:server:database
Fix bug 'https://bugzilla.novell.com/show_bug.cgi?id=969496' with adding 'HTML_TIMESTAMP         = NO' to doxygen.conf and update to latest package version 0.9223.

OBS-URL: https://build.opensuse.org/request/show/383733
OBS-URL: https://build.opensuse.org/package/show/server:database/sqliteodbc?expand=0&rev=12
2016-04-04 07:01:26 +00:00
ba0857b8e3 Accepting request 359485 from server:database
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/359485
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqliteodbc?expand=0&rev=5
2016-02-17 09:26:09 +00:00
706c98196a - Fix removal of .la and .a files
OBS-URL: https://build.opensuse.org/package/show/server:database/sqliteodbc?expand=0&rev=10
2016-02-08 13:04:20 +00:00
0a8f4974dd Accepting request 357632 from server:database
- Add missing build dependencies

OBS-URL: https://build.opensuse.org/request/show/357632
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqliteodbc?expand=0&rev=4
2016-02-08 08:47:38 +00:00
cf4e842d40 - Add missing build dependencies
OBS-URL: https://build.opensuse.org/package/show/server:database/sqliteodbc?expand=0&rev=8
2016-02-03 22:43:11 +00:00
f5a6f08843 Accepting request 349479 from server:database
- Add sqliteodbc-rpmlintrc
  * this is not regular shared library but plugin for unixODBC

OBS-URL: https://build.opensuse.org/request/show/349479
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqliteodbc?expand=0&rev=3
2015-12-24 11:16:29 +00:00
357de89c79 - Add sqliteodbc-rpmlintrc
* this is not regular shared library but plugin for unixODBC

OBS-URL: https://build.opensuse.org/package/show/server:database/sqliteodbc?expand=0&rev=6
2015-12-18 09:03:23 +00:00
85a631d744 Accepting request 297761 from server:database
1

OBS-URL: https://build.opensuse.org/request/show/297761
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqliteodbc?expand=0&rev=2
2015-04-18 08:41:04 +00:00
20daff7ca1 Accepting request 297760 from home:pluskalm:branches:server:database
- Update to 0.9992
  * update to SQLite 3.8.9
  * fixed buffer length return in SQLGetStmtAttr*()
  * report SQL_SC_SQL92_ENTRY level for 
    SQLGetInfo(...SQL_SQL_CONFORMANCE...)
  * improved configure for cross-compiling

OBS-URL: https://build.opensuse.org/request/show/297760
OBS-URL: https://build.opensuse.org/package/show/server:database/sqliteodbc?expand=0&rev=4
2015-04-17 13:19:09 +00:00
7e294ee10c Accepting request 285098 from server:database
Cool new package

OBS-URL: https://build.opensuse.org/request/show/285098
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqliteodbc?expand=0&rev=1
2015-02-12 09:22:34 +00:00
18970e1d38 Accepting request 285097 from home:pluskalm:branches:server:database
- Enable building of documentation
- Add unixODBC dependency for scriplets

OBS-URL: https://build.opensuse.org/request/show/285097
OBS-URL: https://build.opensuse.org/package/show/server:database/sqliteodbc?expand=0&rev=2
2015-02-10 13:07:46 +00:00
292865bf96 Accepting request 285069 from home:illuusio
SQLite3 driver for unixODBC

OBS-URL: https://build.opensuse.org/request/show/285069
OBS-URL: https://build.opensuse.org/package/show/server:database/sqliteodbc?expand=0&rev=1
2015-02-10 10:27:24 +00:00