Skip to content

Commit f69bdd1

Browse files
committed
extending README.md with list of supported types and known issues regarding sp_rename
1 parent 2f65301 commit f69bdd1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,21 @@ The following SQL Server object types are currently supported:
7171
* Synonyms
7272
* User Defined Types
7373

74+
## Statement Types
75+
The following list shows which statement types are currently supported:
76+
77+
* CREATE
78+
* CREATE OR ALTER
79+
* ALTER
80+
* CREATE
81+
* CREATE IF EXISTS
82+
* Renaming with sp_rename
83+
84+
## Known Issues
85+
* Renaming with sp_rename
86+
** Only the renaming of objects itself (like table, view, procedures, etc.) is supported, but not the renaming of columns, indexes, keys
87+
** When dropping or again renaming an object after it has been renamed with sp_rename, those objects can not be properly scripted
88+
7489
## Script All Definitions
7590
You can run `Start-DatabaseScript` from the Package Manager Console to script all objects in the database. If working with an existing database, it is recommended to run this command initially so that all your definition files are saved.
7691

0 commit comments

Comments
 (0)