Skip to content

Commit 942cc18

Browse files
committed
Documentation update
1 parent 7aa33bb commit 942cc18

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

docs/changelog.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22
Changelog
33
#########
44

5+
Version 1.9.0
6+
=============
7+
8+
* New: Initial (as for Beta 1) support for Firebird 5.0 API and features.
9+
10+
- New and extended types: Extended `.DbInfoCode`, `.StmtInfoCode`, `.DPBItem`,
11+
`.SrvRepairOption`, `.SrvBackupOption`, `.SrvNBackupOption`, `.Implementation`,
12+
`.SrvRepairFlag`, `.SrvBackupFlag` and new `.ResultSetInfoCode`.
13+
- API: `.iResultSet.get_info` method available for FB5 attachments.
14+
- Parallel workers: Added `.DatabaseConfig.parallel_workers` configuration option, added
15+
`parallel_workers` parameter to `.ServerDbServices3.backup`, `.ServerDbServices3.restore`
16+
and `.ServerDbServices3.sweep`, added `parallel_workers` to `.DPB`
17+
- New `.ServerDbServices.upgrade` method (in-place minor ODS upgrades)
18+
19+
20+
* Test: Fix name for `to_dict()` test.
21+
* Add: Classic API functions for BLR and BLOB manipulation to `.FirebirdAPI`.
22+
* Fix: Wait for completion of `.ServerDbServices` services that do not return data.
23+
Otherwise subsequent service calls may end with "Service is currently busy" error.
24+
* Improvement: Internal handling of attachment and trasansaction handles.
25+
* Fix: Documentation link for the driver, provided by @mariuz
26+
* Fix #20: Cursor.description returning () instead of None when the cursor has no rows,
27+
which is violation of PEP 249. Fix provided by @fdcastel
28+
529
Version 1.8.0
630
=============
731

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
# -- Project information -----------------------------------------------------
2020

2121
project = 'firebird-driver'
22-
copyright = '2020-2022, The Firebird Project'
22+
copyright = '2020-2023, The Firebird Project'
2323
author = 'Pavel Císař'
2424

2525
# The short X.Y version
26-
version = '1.8.0'
26+
version = '1.9.0'
2727

2828
# The full version, including alpha/beta/rc tags
29-
release = '1.8.0'
29+
release = '1.9.0'
3030

3131

3232
# -- General configuration ---------------------------------------------------

docs/ref-types.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ Enums
113113
.. autoclass:: SrvInfoCode
114114
.. autoclass:: BlobInfoCode
115115
.. autoclass:: DbInfoCode
116+
.. autoclass:: ResultSetInfoCode
116117
.. autoclass:: Features
117118
.. autoclass:: ReplicaMode
118119
.. autoclass:: StmtInfoCode

0 commit comments

Comments
 (0)