kristijanhusak / vim-dadbod-ui

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

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

Closed nlinaje closed 6 months ago

nlinaje commented 6 months 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 6 months ago

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

nlinaje commented 6 months 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 6 months ago

OK great! Closing this then, thanks!