ChangeLog
0.3.0 (2025-02-08)
Backward Incompatible Changes
Connection caching now is turned on by default.
These symbols were moved from 40ants-pg/utils to 40ants-pg/query:
select-dao-by-ids
all-objercts-iterator
New
Function 40ants-pg/query:all-objects-iterator
now accepts keyword arguments such as id-slot-getter
, id-slot
and batch-size
.
When getting connection it is possible to pass application name. If not passed, then by default it will be searched in DB_APP_NAME
environment variable or created as concatenation of "40ants-pg-" and current thread name.
Function 40ants-pg/query:select-dao-by-ids
now can accept customized query.
0.2.0 (2025-02-05)
Fixed error on non-external
convert-for-driver-type
function.
0.1.0 (2023-02-05)
Initial version.