kdb-sqlite3-driver-3.2.0-bp153.2.2.1<>,<a'/!M@eeecv>`W^HZ=#A tge]> %?˂-s"7ەm"Hi1q>LFذ[Ed6 #hZOyݒm.IlR$[5g"{:H#F+ u'>@`v3QJzFZh m(L E]L$7.,B' [|1J(µ= ^*[A6-e_Pvh:O H1c>D.?.d ' e !;Y_h         ]  h    (x(8 9 : B'F'G( H(, I(P X(\Y(hZ([(\( ]( ^)Jb)c*d+7e+<f+?l+Au+T v+xw- x- y-z.D.T.X.v.x.|..Ckdb-sqlite3-driver3.2.0bp153.2.2.1Database connectivity and creation framework - SQLite3 driverThis package contains the SQLite3 driver for the Database connectivity and creation frameworka'/obs-arm-11ݹSUSE Linux Enterprise 15openSUSELGPL-2.0-onlyhttp://bugs.opensuse.orgProductivity/Office/Suitehttps://community.kde.org/KDblinuxaarch64 P OdAAA큤a'-a''a'-a''a'-a'/\s\s\s2d8c52bb928dbd77e7551a3fe2a9483d974f9d7a147a0d88437fd43124e2758a8325fb23c83805e48defdcefeed3c48453be7dbcb18803e54cf804d86fab309b730b9d728dae23dfc5748bd23171751fdb056cbc1069d5430f0d69100c7474515d588eb3b157d52112afea935c88a7ff9efddc1e2d95a42c25d3b96ad9055008f45cc81b400a048b56c9edbd4c3317f7a8958463dfd55aa96f268ecfd6baa12c19aa4296f49ca309c2901fa5824f943b7acc59a5110e38aadd2dd00c1028e1f0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootkdb-3.2.0-bp153.2.2.1.src.rpmcalligra-kexi-sqlite3-driverkdb-sqlite3-driverkdb-sqlite3-driver(aarch-64)@@@@@@@@@@@@@@@@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libKDb3.so.4()(64bit)libKF5CoreAddons.so.5()(64bit)libQt5Core.so.5()(64bit)libQt5Core.so.5(Qt_5)(64bit)libQt5Gui.so.5()(64bit)libQt5Gui.so.5(Qt_5)(64bit)libQt5Widgets.so.5()(64bit)libQt5Widgets.so.5(Qt_5)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libicui18n.so.suse65.1()(64bit)libicuuc.so.suse65.1()(64bit)libsqlite3.so.0()(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1^oj@^2@]a&\,@\B@ZZYY.XX@Xv@Xr)Max Lin wbauer@tmo.atChristophe Giboudeaux wbauer@tmo.atwbauer@tmo.atwbauer@tmo.atwbauer@tmo.atwbauer@tmo.atwbauer@tmo.atwbauer@tmo.atwbauer@tmo.atjengelh@inai.detittiatcoke@gmail.com- BuildRequires postgresql-server-devel on Leap version >= 15.2- Add Fix-build-with-PostgreSQL-12.patch to fix build in Tumbleweed- Remove the pkg-config file from the -devel package. KDb3.pc contains incorrect entries.- Update to 3.2.0 * New features / APIs + Add Date/Time classes for precise type support (kde#393094) + Add support for the Date/Time constants in the SQL parser (kde#393094) + Add KDbConnection::drv_getTableNames for low level list of table names, make tableNames() skip names with non-existing physical tables (kde#392112) + Rework KDbConnection::drv_getTableNames API so error information is passed * Bug fixes + Fix crash in KDbConnection::recordCount(KDbTableSchema) + Fix loading object data for given type and ID (kde#393705) + Escape column and table aliases in queries as needed + Fix input of large unsigned int values (>0x7FFFFFFF) (kde#395225) + Fix handling ORDER BY part of queries (kde#392753) + Fix detection of .kexi file types after recent change of MIME database for SQLite type (2018-06-17) (kde#396999) + More reliable resolving plugin MIME types - before adding metadata (Thanks to Pino Toscano) * Improvements + Add quotes when escaping identifiers only when string is not empty, invalid identifier or KDBSQL keyword + KDbUtils::stringToFileName(): Prepend '_' to recent project filenames that start with "." so files are not hidden + Improve transliteration features by switching to unidecode * MySQL / MariaDB support + Improve MariaDB detection on Windows builds, separately from MySQL * SQLite support + Fix loading value: Incorrect display of large unsigned int (>0x7FFFFFFF) (kde#394913) * PostgreSQL support + CMake: find PostgreSQL 11 * Tests + HeadersTest: Use install_manifest.txt to obtain list of files, this improves accuracy, no need for blacklisting + KDbTestUtils: add convenience APIs for connecting and using db, support connection options + Add autotests for checking detection of every mime type that should be supported + Add autotests for the new Date/Time related features * Buildsystem + Copy new FindICU.cmake from cmake and port to it + ICU is required so do not check for it again in the sqlite driver's build - Run spec-cleaner- BuildRequire postgresql-server-devel instead of postgresql-devel on Tumbleweed to fix build with the latest postgresql version- Update to 3.1.0: * General + Bump soname for the libraries to separate from incompatible 3.0.x versions + Add Python 3 support for the buildsystem * API changes + See https://community.kde.org/Kexi/Releases/3.1.0_Changes for details * Bug fixes + Fix SQLite database compacting: canceling issue of the progress dialog and finalizing the compacting + Compacting: close the progress dialog also on error in SQLite3 processing; fix propagating error status to the GUI + SQLite driver: don't clear set of paths in extraSqliteExtensionPaths Connection property if exists + Add safer debug for large values + Fix issues because of using " quotes for identifiers in SQLite driver (kde#376052) + Query parsing: try harder to locate positions of table/table aliases + Connection dialog: make message handler optional, return result, accept on success + Fix KDbNativeStatementBuilder API: connection is always needed + Add COLLATION keywords when generated statements are native, otherwise KDbSQL string is invalid (kde#379447) + Fix generating of SQL statements if there are tables used having lookup fields based on queries (kde#385417) + Aesthetics: generate "SELECT FROM ..." statements with exactly one space after SELECT + Fix crash when generating "SELECT a.* FROM a, b" statements + Generate automatic ORDER BY only for native SQL statements + Raise SQL parse error when alias is duplicated for columns, e.g. "SELECT foo AS a, bar AS a FROM t" + Raise SQL parse error when alias is duplicated for tables, e.g. "SELECT * FROM foo AS a, bar AS a" + Expand scope of KDbTableSchemaChangeListener to allow registering queries for changes in table schema (kde#371896) + Properly unregister table from listeners before dropping + Setup query in connection: parsing failure can delete the query object so do not try to access it + Query schema: fix possible crashes - explicitly/properly remove query from connection's cache when needed + Query schema: fix memory leaks - remove internal expressions * Optimizations + Don't create temporary table schema object when checking for existence in createTable() + Don't create temporary table or query schema object when checking for existence object with empty name * Docs and examples + Update README-PACKAGERS doc to reflect naming and notes about compatibility + Enable creation of API docs QCH file during the build- Add python-base build requirement to fix build in Leap 15- Update to 3.0.2: * General - Fix possible issue: the WHERE condition can be lost while converting query to SQL. This can be seen in Kexi Query Designer. - Validate query and offer error message/description while setting or extending WHERE conditions - Fix WHERE conditions handling - Make query parameters also work in COLUMNS section. Kexi query parameters do not work in COLUMNS section, e.g. this won't work ('invalid query' error appears): SELECT [Param]. The parameters work only in the WHERE section, e.g. SELECT 123 WHERE [Param] = 1. (kde#348473) - Support queries such as "SELECT FROM table WHERE condition" for completeness * Buildsystem - Add detection for PostgreSQL 10 - Improve information about recommended packages (for drivers, python, etc.) - Improve SQLite detection - FindMySQL script: for Windows use "ProgramFiles(x86)" environment variable to locate "Program Files (x86)" folder and find MySQL/MariaDB libs there - FindMySQL script: fix it if CMAKE_BUILD_TYPE is not specified (Windows) * Tests - Fix HeadersTest for paths containing spaces - Add tests related to query parameters to the parser test- Fix the -lang package Recommends- Update to 3.0.1.1: * General - Check result of closing database while testing connection (ConnectionTestThread) - Make it possible to set row source values for lookup column back to empty list - Fix setting properties for lookup column (record source related) (kde#371958) - Fix identifying table properties as related to lookup field (kde#371958) - Add safer debug for large values (internal in 3.0.1) * PostgreSQL support - Fix database cursors for PostgreSQL: remove use of uninitialized variable (kde#371331) - Fix error on repeated loading of "fuzzystrmatch" extension for the PostgreSQL driver * Buildsystem - Make it possible to find PostgreSQL 9.6 - Improve support for Qt Translation catalogs (use ecm_install_po_files_as_qm macro) - Fix finding KDb config (use ecm_configure_package_config_file macro) - Add PROJECT_STABLE_VERSION_PATCH constant, extend logic for PROJECT_STABLE* constants - Improve discovery of PostgreSQL library on Windows - Improve searching for the MySQL driver build dependencies - SDC: initialize all variables in from-map constructors regardless of errors, add {} to conditions, improve spacing - Suppress warnings about duplicated drivers if KDB_NO_DUPLICATED_DRIVER_WARNINGS environment variable is set - Replace KF5I18n BuildRequires with Qt5LinguistTools, that is used now for installing the translations- Adjust the package Supplements, they were ineffective as there is no kdb package- RPM group fix- Initial package based on version 3.0.0calligra-kexi-sqlite3-driverobs-arm-11 1629995055 3.2.03.2.0-bp153.2.2.13.2.0-bp153.2.2.13.2.0kdb3_sqlite3_dumpkdb3kdb_sqlitedriver.sosqlite3kdb_sqlite_icu.sokdb-sqlite3-driverCOPYING-CMAKE-SCRIPTSCOPYING.DOCCOPYING.LIB/usr/bin//usr/lib64/qt5/plugins//usr/lib64/qt5/plugins/kdb3//usr/lib64/qt5/plugins/kdb3/sqlite3//usr/share/licenses//usr/share/licenses/kdb-sqlite3-driver/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:16873/openSUSE_Backports_SLE-15-SP3_Update/c4af870d6b190989aaabc9229112c8ad-kdb.openSUSE_Backports_SLE-15-SP3_Updatedrpmxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=54dabd31b170f1c5446493d1a58bf48b5f2a7d07, for GNU/Linux 3.7.0, strippeddirectoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=cf7c2c0fbd0d08e8422efdf4219cfc668e8ddd8e, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=453473eea9aea081bed2d84b6727108dbb263fff, strippedASCII text  RRRRR RRR RRRRRR R RRRRRRRRR RR RR R R Rg"|packageand(libKDb3-4:sqlite3)utf-8254bc9647fbe92ae2abac4a0f89f5c89b26be90429d717e0de87502414d8b054?7zXZ !t/ v]"k%)MY"!YjWG!V{P# 7%n.`W]vue3qa!m|?o1QJbHv< e"9Gע!Ё?.(%욭n~? ɓ7UG~.#X&؍ڵ~>jd0r~Cɪ+Ht^.0?S=UK,Eҥ$Y"pkΏ_69"GŸ5A{7Xsi/s] X7j-_ b0L)ySh 64-ZQ  5o3s Hw@AIp7;'ɺ EtFeW( Ivd}ûuh?Ǭ3Ei]?o+KŭĤt+NkNyv199ݪ3_/+5f1yb&ïVK5w!;.IY/5Krsr?"\P[xkgT 慑`K2{r^O2LdlS^Pe!i_}oҦ&;_hᕔ ks)C+sjf&u1IY~Ջv~`ط9kO[$mnt#Ln&δQt+AQY|l4wzb6N!:\% s;Ùh":Ss8ѫ^fbY^qZ}\UU>G0ŗl)a eetؚoY%HTwW{\(3-'v'C`)0 hy2PV(y:e^ojS}85rGu%L( /'-_xfO _ 2 m v;ANSU #X[,ڥVeAIl%k|~ 8 rW]jTFqzfQ9/Yק 6` K"N*k9Is:@߅PSL)4.V;ӶiJ9JT`c4ht^geE#0^}X36\Uީm7mٶaIWMTsә " {EN߂MDŐۇ4wR< yCIme4?+ޥ%ύ`߀XXudҭ޳hNYZ]n5rv>HPMSu[!ϥ?j+O-MW.C:JEcDYM88ghA)Pĝ9?0rr0hQ])rg_=vL{"`I== ׬Owށ=>I[+<]@f:)!K%?y" юN4g>"ؼLPy? q I7rrd4|%uG ڙSj+zT-Tm(jKVOP\azJ꟣#1u!ȠBU@Yo]8k%jv׭ Q 7u"EsX1w0?O"t3`]ZE6KoH%-K(H}NQzMa-R`trDr"R=gCUK"Q ,2*W24]cE8|GOngN6+ 3˅ 8;: L; C@f9j!Y1{77uUPp l!U }OJ}fZįȗbTYIWU)E iړ ܼ'y/%'Z7>A^ϕoFTXE ز^uf_m۳K;]ń7e{All9`pU"v6aH?o[[Z.R宙ha4Qܓ+> 9xˋсYAX3ŀ=*u ؃jRcuZ4$ZXT