kristijanhusak / vim-dadbod-ui

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

fix(oracle): use [3:] as slice for `filter` callable #238

Closed nlinaje closed 1 month ago

nlinaje commented 1 month ago

Fix issue-227. This changes the slice for oracle.parser_results to [3:] to deal with the new filter callable. Tested with Oracle Instant Client Versions 12.2 and 23.4

kristijanhusak commented 1 month ago

Can you also test the foreign key jump feature from the output window? Is that working or it is broken?

nlinaje commented 1 month ago

Can you also test the foreign key jump feature from the output window? Is that working or it is broken?

Yes, it works correctly for me! Before your last commit it was broken and I was investigating it, but you solve it before I could write an issue!

kristijanhusak commented 1 month ago

OK great! Closing this then, thanks!