AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- 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
- Adjust scriplets to resolve boo#1171041 CVE-2020-12050
- 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
- 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()
- Update to 0.9223 * update to SQLite 3.10.0 * fixes in SQLStatistic() for decting unique indices * for SQLGetPrivateProfileString() try to load libodbcinst.so.2 first, then libodbcinst.so.1 * eliminated some valgrind warnings regarding strcpy() * increased max. length for data source name in Win32 config dialog * configure: detect presence of sqlite3_columndatabasename() and sqlite3_columnoriginname() - Doxygen.conf add 'HTML_TIMESTAMP = NO' (boo#969496)
- Fix removal of .la and .a files
- Add missing build dependencies
- Add sqliteodbc-rpmlintrc * this is not regular shared library but plugin for unixODBC
- 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
- Enable building of documentation - Add unixODBC dependency for scriplets
- New version 0.9991 released
- Adding changes file to project