File libASqlQt6.changes of Package libASqlQt6

-------------------------------------------------------------------
Fri Sep  5 18:07:45 UTC 2025 - Matthias Fehring <buschmann23@opensuse.org> - 0.102.0

- update to version 0.102.0
  * Some important fixes
- changes from version 0.101.0
  * Postgres open() fix
  * New APool API
- changes from version 0.99.0
  * Sqlite fixes
  * Coroutines fixes
  * execMulti
- spec file changes
  * Cmake minimum build requirement is now version 3.26 or newer
  * add cmake(Qt6Test) to the build requirements to enable tests
  * require gcc14-c++ 14.2.1 or newer for better coroutine support
- new subpackage libASqlQt6Sqlite0

-------------------------------------------------------------------
Mon Dec 16 13:38:17 UTC 2024 - Matthias Fehring <buschmann23@opensuse.org> - 0.96.0

- update to version 0.96.0
  * Auto decode uuid/json types
- changes from version 0.94.0
  * APool:exec() coro helpers
  * nodiscard
- changes from version 0.92.0
  * Coroutines support
- changes from version 0.91.0
  * Smarter ATransaction:commmit()
- changes from version 0.87.0
  * Migration fix
- changes from version 0.86.0
  * Goodby Qt5
  * Qt 64 is the new minimum
- spec files changes
  * Requires Qt 6.4 or newer
  * Requires GCC13 on openSUSE Leap 15.5 for C++23 support

-------------------------------------------------------------------
Wed Feb 28 10:28:42 UTC 2024 - Matthias Fehring <buschmann23@opensuse.org> - 0.85.0

- update to version 0.85.0
  * Fix skipping query
- spec file changes
  * use autosetup macro in prep script

-------------------------------------------------------------------
Tue Nov  7 11:02:27 UTC 2023 - Matthias Fehring <buschmann23@opensuse.org> - 0.84.0

- spec file clean up

-------------------------------------------------------------------
Mon Nov  6 14:18:01 UTC 2023 - Matthias Fehring <buschmann23@opensuse.org> - 0.84.0

- update to version 0.84.0
  * AColumn* macro to avoid searching for column indexes

-------------------------------------------------------------------
Tue Oct 24 12:18:36 UTC 2023 - Matthias Fehring <buschmann23@opensuse.org> - 0.83.0

- update to version 0.83.0
  * Add missing 0.82 code and use migration file name as fallback to
    migration name
- changes from version 0.82.0
  * Add Result::queryArgs()
- changes from version 0.81.0
  * Add some toJson toCbor methods that produce much smaller
    representation

-------------------------------------------------------------------
Fri Jun 16 06:43:38 UTC 2023 - Matthias Fehring <buschmann23@opensuse.org>

- update to version 0.80.0
  * std::chrono
  * APool::database({ move })

-------------------------------------------------------------------
Wed Jun  7 07:01:01 UTC 2023 - Matthias Fehring <buschmann23@opensuse.org>

- on Fedora only require postgresql-server-devel for building when
  we are below Fedora 38

-------------------------------------------------------------------
Sat Feb 11 07:15:50 UTC 2023 - Matthias Fehring <buschmann23@opensuse.org>

- update to version 0.79.0
  * Remove "foo"_prepared since it can't work the way intended

-------------------------------------------------------------------
Sat Nov 26 13:29:26 UTC 2022 - Matthias Fehring <buschmann23@opensuse.org>

- update to version 0.76.0
  * New _prepared operator

-------------------------------------------------------------------
Thu Oct 20 10:27:28 UTC 2022 - Matthias Fehring <buschmann23@opensuse.org>

- use Qt6 rpm macros

-------------------------------------------------------------------
Tue Oct 11 09:27:49 UTC 2022 - Matthias Fehring <buschmann23@opensuse.org>

- update to version 0.74.0
  * Improve error handling
- changes from version 0.73.0
  * Add Utf8 string view to prepared queries
- changes from version 0.72.0
  * Fix stateChanged
- require GCC10 on Leap 15 as it supports the C++ filesystem API

-------------------------------------------------------------------
Fri Sep 30 19:06:15 UTC 2022 - Matthias Fehring <buschmann23@opensuse.org>

- update to version 0.71.0
  * API BREAK like 0.70 but for APool that was missing
- changes from version 0.70.0
  * Break API in favor of a more explicit receiver pointer for the callback
  * Split Migrations into it's own lib
  * Add CBOR helpers
- add new subpackage libASqlQt6Migrations0

-------------------------------------------------------------------
Thu Sep 29 12:40:19 UTC 2022 - Matthias Fehring <buschmann23@opensuse.org>

- update to version 0.64.0
  * Memory safe
  * Some code paths simplified
  * u8 support for Qt6
- rename package asql-migration to asql-migration-qt6

-------------------------------------------------------------------
Sat May  7 19:04:41 UTC 2022 - Matthias Fehring <buschmann23@opensuse.org>

- update to version 0.52.0
  * Added ASql namespace
  * Allow for PG driver creation with QUrl (doesn't allow for multi-host tho)
  * ARow::isNull()

-------------------------------------------------------------------
Fri Mar 11 11:48:12 UTC 2022 - Matthias Fehring <buschmann23@opensuse.org>

- update to version 0.51.0
  * no changelog availble, mostly bug fixes
- remove obsolete patches now included upstream
  * 0001-fix-missing-linked-lib.patch

-------------------------------------------------------------------
Thu Dec  2 18:42:42 UTC 2021 - Matthias Fehring <buschmann23@opensuse.org>

- update to version 0.50.0
  * new setup/reuse callbacks for APool
  * remove deprecated methods
- changes from 0.49.0
  * more docs
  * nicer APool API
- changes from 0.47.0
  * Split the Postgres driver out of ::Core into ::Pg to make it
    easier for future drivers
- add patch to fix library linking
  * 0001-fix-missing-linked-lib.patch
- remove obsolete patches now included upstream
  * 0000-fix-executable-name.patch

-------------------------------------------------------------------
Wed Sep  1 14:36:45 UTC 2021 - Matthias Fehring <buschmann23@opensuse.org>

- first package built against Qt6

-------------------------------------------------------------------
Wed Sep  1 14:25:14 UTC 2021 - Matthias Fehring <buschmann23@opensuse.org>

- update to version 0.43.0
  * no changelog available
- add 0000-fix-executable-name.patch

-------------------------------------------------------------------
Tue Apr 20 14:54:48 UTC 2021 - Matthias Fehring <buschmann23@opensuse.org>

- update to version 0.35.0
  * no changelog available

-------------------------------------------------------------------
Sat Jan 30 13:54:03 UTC 2021 - Matthias Fehring <buschmann23@opensuse.org>

- update to version 0.27.0
  * Fixes & Qt6 compatible

-------------------------------------------------------------------
Wed Dec 30 16:53:07 UTC 2020 - Matthias Fehring <buschmann23@opensuse.org>

- update to version 0.26.0
   * no changelog available

-------------------------------------------------------------------
Thu Nov  5 18:06:54 UTC 2020 - Matthias Fehring <buschmann23@opensuse.org>

- update to version 0.20.0
  * no changelog available
- fix building on Fedora 33 and newer
  * the cmake macro in Fedora now takes care of a separate build
    directory itself

-------------------------------------------------------------------
Mon Oct 26 11:11:32 UTC 2020 - Matthias Fehring <buschmann23@opensuse.org>

- update to version 0.19.0
  * QLatin1Strings on column finder
  * Cache expiration based on age

-------------------------------------------------------------------
Tue Oct 13 11:06:41 UTC 2020 - Matthias Fehring <buschmann23@opensuse.org>

- update to version 0.18.0
  * Add methods to direct access the returned values skipping QVariant
    encapsulation
- update to version 0.17.0
  * Flush commands
  * Support QJsonValue
  * Disable debug messages

-------------------------------------------------------------------
Tue Sep 29 16:42:16 UTC 2020 - Matthias Fehring <buschmann23@opensuse.org>

- update to version 0.16.0
  * fix json types

-------------------------------------------------------------------
Sun Sep 20 10:40:45 UTC 2020 - Matthias Fehring <buschmann23@opensuse.org>

- update to version 0.15.0
  * no changelog available

-------------------------------------------------------------------
Wed Sep 16 15:26:02 UTC 2020 - Matthias Fehring <buschmann23@opensuse.org>

- initial package version 0.13.0
openSUSE Build Service is sponsored by