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
+17-17
Original file line number
Diff line number
Diff line change
@@ -60,15 +60,15 @@ let g:dbext_default_profile_myPSG='type=pgsql:host=localhost:user=root:dsnname=m
60
60
Assuming you work on many different projects, you can automatically have dbext choose the correct database connection profile by adding autocmds that use the filesystem path to choose the correct profile:
You did not have to test your SQL by cutting and pasting it into a separate tool and replacing all the object and host variables yourself. Just by visually selecting the string and running the command DBExecSQL (or the default mapping <Leader>se) the SQL statement was executed against the database and allowed to you enter host variables.
175
+
You did not have to test your SQL by cutting and pasting it into a separate tool and replacing all the object and host variables yourself. Just by visually selecting the string and running the command `DBExecSQL` (or the default mapping `<Leader>se`) the SQL statement was executed against the database and allowed to you enter host variables.
176
176
177
177
Additional Commands
178
178
---------------------------------
179
-
DBExecSQL - Enter any command you want sent to the database
180
-
DBExecRangeSQL - Enter any range of statements you want executed
181
-
Select - Enter the remainder of a select (ie :Select * from customer)
182
-
Call - Call a stored procedure
183
-
Update - Enter the remainder of an update
184
-
Insert - Enter the remainder of an insert
185
-
Delete - Enter the remainder of an delete
186
-
Drop - Enter the remainder of a drop
187
-
Alter - Enter the remainder of an alter
188
-
Create - Enter the remainder of a create
179
+
-`DBExecSQL` - Enter any command you want sent to the database
180
+
-`DBExecRangeSQL` - Enter any range of statements you want executed
181
+
-`Select` - Enter the remainder of a select (ie :Select * from customer)
0 commit comments