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: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@ All switched **must** be prefixed with a single hyphen. e.g. `-append -overwrit
45
45
|`allowdots`| Disable the replacement of dots `.` in a table name with underscores `_`. |
46
46
|`pointfromtext`| Use PointFromText attempts to convert `SqlGeography``POINT(x y)` values using `PointFromText('POINT(x y)')` WKT (well-known-text) conversion |
47
47
|`debug`| Prints way more characters to your screen than you'd like to. If something didn’t work in the way you expected, or you want to submit a bug, run your statement with the debug switch. |
48
+
|`version`| Prints the version information and exits. |
48
49
|`help` or `?`| Prints this short help. Ignores all other parameters. |
0 commit comments