1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/databases/cego
Björn Lemke 14202f58e9 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
2023-05-14 12:12:13 +02:00
..
distinfo databases/cego: update 2.48.23 -> 2.48.25 2023-05-14 12:12:13 +02:00
Makefile databases/cego: update 2.48.23 -> 2.48.25 2023-05-14 12:12:13 +02:00
pkg-descr Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
pkg-plist