- Notifications
You must be signed in to change notification settings - Fork 14
Pull requests: psqlpy-python/psqlpy
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Added tests and test actions
#1 by chandr-andr was merged Feb 28, 2024 Loading… updated Feb 28, 2024
Added connection recycling settings
#7 by chandr-andr was merged Mar 4, 2024 Loading… updated Mar 4, 2024
Added support for INET type in PostgreSQL, IPv4Address/IPv6Address in Python
#10 by chandr-andr was merged Mar 6, 2024 Loading… updated Mar 6, 2024
Added pipeline functionality for transactions
#12 by chandr-andr was merged Mar 10, 2024 Loading… updated Mar 10, 2024
Implement fetch_val method for Transaction
#14 by insani7y was merged Mar 12, 2024 Loading… updated Mar 12, 2024
Added support for converting PostgreSQL JSON/JSONB into Python dict
#16 by chandr-andr was merged Mar 13, 2024 Loading… updated Mar 13, 2024
Rewrote the whole implementation of Cursor. Made some performance changes in Transaction
#15 by chandr-andr was merged Mar 13, 2024 Loading… updated Mar 13, 2024
Removed Arc<RwLock> from Connection Pool
#17 by chandr-andr was merged Mar 13, 2024 Loading… updated Mar 13, 2024
6 tasks
Remove RwLock at connection_pool, connection and transaction
#18 by insani7y was merged Mar 13, 2024 Loading… updated Mar 13, 2024
Added support for MacAddr6 type
#26 by chandr-andr was merged Mar 28, 2024 Loading… updated Mar 28, 2024
Removed docs from README, docs on our documentation site
#29 by chandr-andr was merged Apr 6, 2024 Loading… updated Apr 6, 2024
Upgraded library to the pyo3 v0.21.1. Crtitical changes, library became much faster
#31 by chandr-andr was merged Apr 11, 2024 Loading… updated Apr 11, 2024
Added one more exception and rename old ones
#28 by chandr-andr was merged Mar 31, 2024 Loading… updated Apr 11, 2024
Added support for MacAddr8 type
#27 by chandr-andr was merged Mar 28, 2024 Loading… updated Apr 11, 2024
Fixed type hint mistakes in python pyi files
#25 by chandr-andr was merged Mar 26, 2024 Loading… updated Apr 11, 2024
Add execute_many, fetch_row, fetch_val to connection; impove docstrings
#24 by insani7y was merged Mar 18, 2024 Loading… updated Apr 11, 2024
Added new parameter to all execute method. Now it's possible to turn off statement preparation
#21 by chandr-andr was merged Mar 14, 2024 Loading… updated Apr 11, 2024
Added support for any custom python class in QueryResult
#11 by chandr-andr was merged Mar 9, 2024 Loading… updated Apr 11, 2024
Remove RwLock's from is_done and is_started
#19 by insani7y was merged Mar 13, 2024 Loading… updated Apr 11, 2024
Previous Next
ProTip! no:milestone will show everything without a milestone.