Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mhammond/pywin32
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9462cad4c7bc1fbaefe2cf9cb3a684b9c315913c
Choose a base ref
..
head repository: mhammond/pywin32
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e932f1bfc08eb95b5d62f5c843ad19814240c84a
Choose a head ref
Showing with 3 additions and 4 deletions.
  1. +3 −4 adodbapi/README.md
7 changes: 3 additions & 4 deletions adodbapi/README.md
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ Features
* Supports data retrieval by column name e.g.:
```python
for row in myCurser.execute("select name,age from students"):
print("Student", row.name, "is", row.age, "years old.")
print("Student", row.name, "is", row.age, "years old.")
```
* Supports user-definable system-to-Python data conversion functions (selected by ADO data type, or by column)

@@ -60,8 +60,7 @@ CHANGES
notes for 2.6.2:

* The definitive source has been moved to <https://github.com/mhammond/pywin32/tree/master/adodbapi> .
* Remote has proven too hard to configure and test with Pyro4. I am moving it to unsupported status.
* until I can change to a different connection method.
* Remote has proven too hard to configure and test with Pyro4. I am moving it to unsupported status until I can change to a different connection method.

what's new in version 2.6

@@ -75,7 +74,7 @@ what's new in version 2.5
* Remote module: (works on Linux!) allows a Windows computer to serve ADO databases via PyRO
* Server module: PyRO server for ADO. Run using a command like
```shell
C:>python -m adodbapi.server
python -m adodbapi.server
```
(server has simple connection string macros: `is64bit`, `getuser`, `sql_provider`, `auto_security`)
* Brief documentation included. See [adodbapi/examples](/adodbapi/examples) folder adodbapi.rtf