Releases: pashagolub/postgresdac
Releases · pashagolub/postgresdac
v3.14
What's Changed
[!]
add support for RAD Studio 12, closes #13 by @pashagolub in #14[-]
fix component installation for C++ Builder 10.3, fixes #9 by @pashagolub in #11
Full Changelog: v3.13...v3.14
What to do next?
- Star the repository
- Examine some examples
- Check out the blog
- Follow me on {Company Blog, Facebook, LinkedIn, Bluesky, Mastodon, Twitter, PostgreSQL.Life, Stack Overflow}
- Become a sponsor or donate to Ukraine 💙💛
v3.13
What's Changed
[+]
create LICENSE by @pashagolub in #7[+]
separate packages from source code, closes #1 by @pashagolub in #2[*]
rearrangeDeploy
folder, closes #3 by @pashagolub in #4[*]
addSource
folder for sources, closes #5 by @pashagolub in #6[*]
move TPSQLSSHDatabase and pg_dump_dll to Source folder by @pashagolub in #8
Full Changelog: v3.12...v3.13
v3.12
This maintenance release updates the client, dump and restore libraries, and introduces support for PostgreSQL 14.1 functionality
Full changelog:
[!]
v14.1 client libraries added[!]
v14.1 dump & restore libraries (pg_dump.dll, pg_restore.dll) added[!]
v14.1 MSVC x64 client libraries added[!]
OpenSSL 1.1.1m support added[+]
TestDoubledColons unit test case for TPSQLQuery added[-]
"PSQLTypes.hpp conflicts with minwinbase.h for Win32 target" bug fixed[-]
Conditional directives for Windows fixed[-]
TPSQLNotify payload processing fixed for x64 platform