kristijanhusak / vim-dadbod-ui

Simple UI for https://github.com/tpope/vim-dadbod
MIT License
1.54k stars 94 forks source link

Fix: Add compatibility with Oracle pre-12c #256

Closed azratul closed 4 months ago

azratul commented 4 months ago

Description

This pull request addresses the issue where the current schema scraping query does not support Oracle 12c and previous versions. The update modifies the query to be compatible with these versions, ensuring that the plugin can properly connect and retrieve all the necessary database information from Oracle 12c and earlier.

Changes

Testing

Related Issues

Additional Notes

Please review and test the changes to ensure compatibility with other database versions and configurations. Feedback and suggestions are welcome.