| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| 去掉timestamp类型的强转规则 | 1 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| 修复组件安全问题 | 10 个月前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| 服务端notice处理链路的未限流导致客户端内存耗尽 | 1 个月前 |
| 服务端notice处理链路的未限流导致客户端内存耗尽 | 1 个月前 |
| 服务端notice处理链路的未限流导致客户端内存耗尽 | 1 个月前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| 修复组件安全问题 | 10 个月前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| fix: use timedelta instead of time to cast TIME column in B compatibility mode(#IAIE7I) In mysql compatibility mode, we should convert the TIME column to a python datetime.timedelta type, just like the behavior of PyMySQL and mysql-connector-python. See also: - PyMySQL: https://github.com/PyMySQL/PyMySQL/blob/95635f587ba9076e71a223b113efb08ac34a361d/pymysql/converters.py#L344 - mysql-connector-python: https://github.com/mysql/mysql-connector-python/blob/59817f3de42d98ac2875a14ea265d77bd0ac3805/mysql-connector-python/lib/mysql/connector/conversion.py#L593 | 1 年前 |
| fix: harden vector SQL construction and batch params | 16 天前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| 解决lobject.read()在越过EOF后可能触发超大内存分配的问题 | 1 个月前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| !21 fix:support for python 3.11 Merge pull request !21 from vimiix/dev | 1 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| 修复组件安全问题 | 10 个月前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| fix:support for python 3.11 | 2 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| fix:support for python 3.11 | 2 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| 修复psycopg2安全漏洞 | 10 个月前 |
| 解决uint数据查询报错 连接数据库后动态注册uint类型 无效修改和少提交的修改 注册uint函数封装后再加入到connection_setup函数里 函数名改成pq_get_custom_type_oid; 去掉SHOW前缀 oid改成unsigned int类型 | 2 年前 |
| fix: use timedelta instead of time to cast TIME column in B compatibility mode(#IAIE7I) In mysql compatibility mode, we should convert the TIME column to a python datetime.timedelta type, just like the behavior of PyMySQL and mysql-connector-python. See also: - PyMySQL: https://github.com/PyMySQL/PyMySQL/blob/95635f587ba9076e71a223b113efb08ac34a361d/pymysql/converters.py#L344 - mysql-connector-python: https://github.com/mysql/mysql-connector-python/blob/59817f3de42d98ac2875a14ea265d77bd0ac3805/mysql-connector-python/lib/mysql/connector/conversion.py#L593 | 1 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| feat:support parse boolean from characters 0 and 1 | 3 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| SCA整改 | 1 年前 |
| feat: illegal datetime values are returned as str(#I90GIP) | 1 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| 增加了新的占位符 | 2 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |
| first commit based on psycopg2 2.9 version | 4 年前 |