itay-moav / rahl_commander

Rahl commander is a tool for easilly check schema rules and manage db object like stored procedures, trigger and functions
MIT License
1 stars 1 forks source link

improve auto completion with return data structure #7

Closed itay-moav closed 8 years ago

itay-moav commented 9 years ago

The autocompletion file, for now, just shows the query the SP is running and some meta data. It is possible to add fake data structures to the auto comp file, which will be the return types from SP. This will give autocompletion on what is returned.

itay-moav commented 8 years ago

done