Mark Irish

Results 4 issues of Mark Irish

This PR changes the procedure workflow from: `SQLProcedures` -> `SQLProcedureColumns` -> `SQLExecDirect` to `SQLPrepare` -> `SQLDescribeParam` -> `SQLBind` -> `SQLExecDirect` This will allow users to call a procedure with just...

Final push before releasing odbc v2.0. * Changed the method of creating new `Connection`s and `Pool`s. Instead of calling `new` with a constructor, use `odbc.connect` and `odbc.pool` instead: * Old:...

Add a DataQueue class that can be called similar to the Java toolkit Experiment with pulling out API data into a const variable PR opened to discuss work thus far...

keep-open

RPM Version: 4.13.1 (also recreated in 4.15.1) Hi, my name is Mark Irish and I am on a team of developers that creates and distributes RPMs for open-source software on...

bug
design