Zach Hudock
Zach Hudock
Add support for using [odl](https://github.com/tschf/odl) to download the required files from Oracle
Not sure anybody has any use for this, but I had an odd use case for generating a consistent but unique HEX color code based on input string. I used...
TODO: - determine if symbols should follow pattern (digits, upper, lower) or (digits, lower, upper) - determine if binary string spacing should be constrained to even numbers or no constraints...
Favor implicit data conversion as suggested by @dmcghan in PR #135
the existing code is a good foundation for handling the %s, but utl_lms.format_message won't accept clobs. in my initial testing it looks like that function replaces '%%' with '%' first,...
Not sure if anyone else sees the benefit, but I'd be interested in a function added to oos_util_web that accepts either a refCursor or a select statement, and returns an...
Add support for using [odl](https://github.com/tschf/odl) to download the required files from Oracle
In Atom 1.13.0 This is now a view method. Call TextEditorElement::getScrollTop instead. ``` TextEditor.getScrollTop (C:\Users\zrh535\AppData\Local\atom\app-1.13.0\resources\app.asar\src\text-editor.js:3489:12) (C:\Users\zrh535\.atom\packages\symbols-tree-view\lib\symbols-tree-view.coffee:51:27) Function.module.exports.Emitter.simpleDispatch (C:\Users\zrh535\.atom\packages\symbols-tree-view\node_modules\event-kit\lib\emitter.js:25:14) Emitter.emit (C:\Users\zrh535\.atom\packages\symbols-tree-view\node_modules\event-kit\lib\emitter.js:125:28) (C:\Users\zrh535\.atom\packages\symbols-tree-view\lib\tree-view.coffee:201:34) Function.module.exports.Emitter.simpleDispatch (C:\Users\zrh535\.atom\packages\symbols-tree-view\node_modules\event-kit\lib\emitter.js:25:14) ```
Suggest replace the current regex match for `collect` with `(bulk\s+)?collect`
Suggestion to set a custom conditional compile flag and act accordingly within the 3 procedures of method5_admin. Short version, add an additional `replace()` and `alter session set plsql_ccflags='case_sensitive:#CASE_SENSITIVE#';` to those...