You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/pypi.yml
+2-1
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ jobs:
36
36
# as different versions of mssql have different setup instructions https://learn.microsoft.com/en-us/sql/linux/quickstart-install-connect-ubuntu?view=sql-server-ver16
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-3
Original file line number
Diff line number
Diff line change
@@ -20,16 +20,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
20
20
- Better error messages for unsupported fake types - the error should now explain the problem and link to the docs in the right section. [#133]
21
21
- Error message for when a fake_type is used with the wrong config kwargs (these would have previously been caught under "unsupported fake types")
22
22
- event hooks for progress events. you can now use your own progress bar if you're invoking the process via the python interface.
23
+
- support for connection strings in mssql.
24
+
25
+
### Changed
26
+
- removed credentials validation (db_user, db_password) from the initial cli validation, as these are now handled by your original database. This should grant the most flexibility for different types of credentials.
23
27
24
28
### Removed
25
29
- Positional INPUT. Use the -i/--input option instead
26
30
- Positional STRATEGYFILE. Use the -s/--strategy option instead
27
31
- Positional OUTPUT. Use the -o/--output option instead
0 commit comments