diff options
author | Björn Lemke <lemke@lemke-it.com> | 2023-05-14 10:12:13 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2023-05-14 10:12:13 +0000 |
commit | 14202f58e98f1217b84ee06f86538edf18edd913 (patch) | |
tree | 63f21f0fb2d41d9f18cc258b310ede368095539a | |
parent | 31978ee4c4f6e1ca50f57d610492b4c8f8aaacbe (diff) | |
download | ports-14202f58e98f1217b84ee06f86538edf18edd913.tar.gz ports-14202f58e98f1217b84ee06f86538edf18edd913.zip |
databases/cego: update 2.48.23 -> 2.48.25
- Performance improved for stored procedures.
In CegoFunction, the procedure handle is now stored after first
stored procedure call ( instead of freeing the handle and requesting
it again with the next call )
So for subsequent function calls, the handle is already available,
which improves stored procedure execution time significantly.
As a consequene, code has been added for cleanUp the handle at
the end of the query ( object is also in use during the whole
query with CegoDatabaseManager::useObject and must be unused by cleanup )
- Patch added in CegoFunction to avoid useObject leaks
-rw-r--r-- | databases/cego/Makefile | 2 | ||||
-rw-r--r-- | databases/cego/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile index 006a96575f2b..545739e05fcf 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,5 +1,5 @@ PORTNAME= cego -PORTVERSION= 2.48.23 +PORTVERSION= 2.48.25 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index 0e821754b799..1085e0bf89bd 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1682708877 -SHA256 (cego-2.48.23.tar.gz) = 77a07729c580fa208adab59df542bb8f34799df7c645c425037fb82c621fbcbd -SIZE (cego-2.48.23.tar.gz) = 3231722 +TIMESTAMP = 1684057849 +SHA256 (cego-2.48.25.tar.gz) = 4b05717675d1442487c4f7e7b1a9ee9d5989be3b42e4741a762bc68e43c6d398 +SIZE (cego-2.48.25.tar.gz) = 3249258 |