Skip to content

Commit 9bbeccf

Browse files
author
Theekshna Kotian
committed
Merged PR 5373: Update description
Update description ---- #### AI description (iteration 1) #### PR Classification Documentation update #### PR Summary Updated the `README.md` to reflect the release of the alpha version of the mssql-python driver. - `README.md`: Announced the alpha version release, included details on basic functionality, core features, and future development plans. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot --> Related work items: #34076
1 parent eec6381 commit 9bbeccf

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
11
# mssql-python
22

3-
This is a new Python driver for Microsoft SQL Server currently under development.
3+
This is a new Python driver for Microsoft SQL Server currently in Alpha phase.
44

5-
## Development Stage
5+
## Alpha Version Release
66

7-
Please note that this project is in the early stages of development. No code, logic, or binaries are present in this package at this time. This release is intended to reserve the package name on PyPI and provide a placeholder for future development. Stay tuned for updates as we continue to work on this project.
7+
We are excited to announce the release of the alpha version of our driver. This marks a significant milestone in our development journey. While this version is still in the early stages, it includes the foundational code and initial logic that will drive future enhancements.
8+
9+
### What's Included:
10+
11+
Basic functionality to get you started
12+
Initial implementation of core features
13+
Placeholder for future improvements and updates
14+
15+
### What's Next:
16+
17+
As we continue to develop and refine the driver, you can expect regular updates that will introduce new features, optimizations, and bug fixes. We encourage you to provide feedback and report any issues you encounter, as this will help us improve the driver for the final release.
18+
19+
### Stay Tuned:
20+
21+
We appreciate your interest and support in this project. Stay tuned for more updates and enhancements as we work towards delivering a robust and fully-featured driver in coming months.
22+
Thank you for being a part of our journey!

mssql_python/mssql_python.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class ROWID:
5454
def Date(year: int, month: int, day: int) -> datetime.date: ...
5555
def Time(hour: int, minute: int, second: int) -> datetime.time: ...
5656
def Timestamp(
57-
year: int, month: int, day: int, hour: int, minute: int, second: int
57+
year: int, month: int, day: int, hour: int, minute: int, second: int, microsecond: int
5858
) -> datetime.datetime: ...
5959
def DateFromTicks(ticks: int) -> datetime.date: ...
6060
def TimeFromTicks(ticks: int) -> datetime.time: ...

0 commit comments

Comments
 (0)