You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>Fix: if the connection is broken when calling SQLFreeHandle, the client can't be notified <ahref="https://github.com/postgresql-interfaces/psqlodbc/pull/1">PR #1</a>
25
+
Author: <ahref="https://github.com/apgrucza"> Adrian Grucza</a></li>
26
+
<li>Perf: Use mimalloc to improve performance and reduce memory allocation lock contention <ahref="https://github.com/postgresql-interfaces/psqlodbc/pull/6">PR#6</a></li>
27
+
<li>Add: Build and release using github actions <ahref="https://github.com/postgresql-interfaces/psqlodbc/pull/7">PR#7</a></li>
28
+
<li>Add: Support building against VC17 on AMD64 <ahref="https://github.com/postgresql-interfaces/psqlodbc/pull/9">PR#9</a>
29
+
Author: <ahref="https://github.com/apgrucza"> Adrian Grucza</a></li>
30
+
<li>Fix: Fixed typos in all source code and documentations <ahref="https://github.com/postgresql-interfaces/psqlodbc/pull/11">PR#11</a>
<li>Fix: during call SQLFreeHandle, if the connection is broken the client is not notified <ahref-"https://github.com/postgresql-interfaces/psqlodbc/pull/12">PR #12</a>
33
+
Author: <ahref="https://github.com/apgrucza"> Adrian Grucza</a></li>
34
+
</li>
35
+
<li>Fix: Key caches based on software versions <ahref-"https://github.com/postgresql-interfaces/psqlodbc/pull/13">PR #13</a><
36
+
Author:<ahref="https://github.com/apgrucza"> Adrian Grucza</a></li>
<li> Fix: SQLGetData function can return an incorrect SQLSTATE <ahref="https://github.com/postgresql-interfaces/psqlodbc/issues/33">Issue #33</a><ahref="https://github.com/postgresql-interfaces/psqlodbc/pull/35"> PR #35</a>
<li>Fix a bug of CC_send_query_append() when the ignore_roundtrip_time flag is onRemove a mylog() call which is a dupilicate of the preceding MYLOG() macro call.</li>
72
+
<li>Fix a bug of CC_send_query_append() when the ignore_roundtrip_time flag is onRemove a mylog() call which is a duplicate of the preceding MYLOG() macro call.</li>
31
73
Also direct use of mylog() should be avoided because mylog() uses lots of CPU.
32
74
<li>Noticed that the password field on the PostgreSQL Connection</li>
33
75
dialog is always focused when empty, even when other fields that appear
0 commit comments