Title: Dapper OracleDynamicParameters, multipleQquery and clause 'in' · Issue #53 · DIPSAS/Dapper.Oracle · GitHub
Open Graph Title: Dapper OracleDynamicParameters, multipleQquery and clause 'in' · Issue #53 · DIPSAS/Dapper.Oracle
X Title: Dapper OracleDynamicParameters, multipleQquery and clause 'in' · Issue #53 · DIPSAS/Dapper.Oracle
Description: Hi, I am struggling with something not sure why not able to execute. I have a clause in that I would like to execute in a second query... for simplicity let's say something like : ` begin open :c_query1 for select * from T1; open :c_quer...
Open Graph Description: Hi, I am struggling with something not sure why not able to execute. I have a clause in that I would like to execute in a second query... for simplicity let's say something like : ` begin open :c_q...
X Description: Hi, I am struggling with something not sure why not able to execute. I have a clause in that I would like to execute in a second query... for simplicity let's say something like : ` begin open ...
Opengraph URL: https://github.com/DIPSAS/Dapper.Oracle/issues/53
X: @github
Domain: patch-diff.githubusercontent.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Dapper OracleDynamicParameters, multipleQquery and clause 'in'","articleBody":"Hi,\r\nI am struggling with something not sure why not able to execute.\r\n\r\nI have a clause in that I would like to execute in a second query...\r\nfor simplicity let's say something like :\r\n\r\n`\r\n```\r\nbegin\r\n\r\n open :c_query1 for\r\n select * from T1;\r\n\r\n open :c_query2 for\r\n select * from T2 t_t2 where t_t2.name in :pNames;\r\n\r\nend;\r\n```\r\n`\r\n\r\nwhere I would have my parameters as \r\n`\r\n```\r\n var dynParams = new OracleDynamicParameters();\r\n dynParams.Add(\":c_query1\", direction: ParameterDirection.Output, dbType: OracleMappingType.RefCursor);\r\n dynParams.Add(\":c_query2\", direction: ParameterDirection.Output, dbType: OracleMappingType.RefCursor);\r\n dynParams.Add(\":pNames\", new[] {\"AA\", \"BB\"});\r\n```\r\n`\r\n\r\nwhen I execute this my \"in clause\" comes empty....\r\nany idea?\r\nthanks\r\n","author":{"url":"https://github.com/figueiredorj","@type":"Person","name":"figueiredorj"},"datePublished":"2021-10-11T17:16:38.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":5},"url":"https://github.com/53/Dapper.Oracle/issues/53"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:c268dac3-4e5b-16a8-c24f-0731970bfba6 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | E9B4:2B5F45:97E0846:C3EB063:697ED3C2 |
| html-safe-nonce | bddc428d9aadf1cd8d3e05f33e164d6ac091ad82919a0ec998d8506dbbfe4255 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFOUI0OjJCNUY0NTo5N0UwODQ2OkMzRUIwNjM6Njk3RUQzQzIiLCJ2aXNpdG9yX2lkIjoiODM3NTYyMjk4ODQ4OTIxNjk2MiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | f7c32ce7af375ae7c67709ff2e93325befe5c538045a7944036e1917a1b3c741 |
| hovercard-subject-tag | issue:1022946512 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/DIPSAS/Dapper.Oracle/53/issue_layout |
| twitter:image | https://opengraph.githubassets.com/e62e9fa34405ab6b3e30d74b965447a2aca4848b746cfa4d4d144da3370ea145/DIPSAS/Dapper.Oracle/issues/53 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/e62e9fa34405ab6b3e30d74b965447a2aca4848b746cfa4d4d144da3370ea145/DIPSAS/Dapper.Oracle/issues/53 |
| og:image:alt | Hi, I am struggling with something not sure why not able to execute. I have a clause in that I would like to execute in a second query... for simplicity let's say something like : ` begin open :c_q... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | figueiredorj |
| hostname | github.com |
| expected-hostname | github.com |
| None | 60279d4097367e16897439d16d6bbe4180663db828c666eeed2656988ffe59f6 |
| turbo-cache-control | no-preview |
| go-import | github.com/DIPSAS/Dapper.Oracle git https://github.com/DIPSAS/Dapper.Oracle.git |
| octolytics-dimension-user_id | 10976610 |
| octolytics-dimension-user_login | DIPSAS |
| octolytics-dimension-repository_id | 130819131 |
| octolytics-dimension-repository_nwo | DIPSAS/Dapper.Oracle |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 130819131 |
| octolytics-dimension-repository_network_root_nwo | DIPSAS/Dapper.Oracle |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 7c85641c598ad130c74f7bcc27f58575cac69551 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width