Skip to content

Commit

Permalink
databases/cego: update 2.48.23 -> 2.48.25
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
bjlemke authored and opsec committed May 14, 2023
1 parent 31978ee commit 14202f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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/

Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit 14202f5

Please sign in to comment.