René's URL Explorer Experiment


Title: 11 tests owned by "ut3_tester" fail when executed as "ut3_tester" · Issue #969 · utPLSQL/utPLSQL · GitHub

Open Graph Title: 11 tests owned by "ut3_tester" fail when executed as "ut3_tester" · Issue #969 · utPLSQL/utPLSQL

X Title: 11 tests owned by "ut3_tester" fail when executed as "ut3_tester" · Issue #969 · utPLSQL/utPLSQL

Description: Describe the bug I expect that the owner of tests can execute its tests successfully. And if this is not the case the tests should throw an appropriate exception (e.g. must be executed as ut3_tester_helper) or it should be disabled dynam...

Open Graph Description: Describe the bug I expect that the owner of tests can execute its tests successfully. And if this is not the case the tests should throw an appropriate exception (e.g. must be executed as ut3_teste...

X Description: Describe the bug I expect that the owner of tests can execute its tests successfully. And if this is not the case the tests should throw an appropriate exception (e.g. must be executed as ut3_teste...

Opengraph URL: https://github.com/utPLSQL/utPLSQL/issues/969

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"11 tests owned by \"ut3_tester\" fail when executed as \"ut3_tester\"","articleBody":"**Describe the bug**\r\n\r\nI expect that the owner of tests can execute its tests successfully. And if this is not the case the tests should throw an appropriate exception (e.g. must be executed as ut3_tester_helper) or it should be disabled dynamically.\r\n\r\n**Provide version info**\r\n\r\n```\r\n19.0.0.0.0\r\n19.0.0\r\n\r\n\r\nPL/SQL procedure successfully completed.\r\n\r\n\r\nUT_VERSION                                                  \r\n------------------------------------------------------------\r\nv3.1.8.3142-develop\r\n\r\n\r\nBANNER                                                                           BANNER_FULL                                                                                                                                                      BANNER_LEGACY                                                                        CON_ID\r\n-------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------- ----------\r\nOracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production           Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production                                                                                           Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production                    0\r\n                                                                                 Version 19.2.0.0.0                                                                                                                                                                                                                                          \r\n\r\n\r\n\r\nPARAMETER                      VALUE                                                           \r\n------------------------------ ----------------------------------------------------------------\r\nNLS_LANGUAGE                   ENGLISH                                                         \r\nNLS_TERRITORY                  SWITZERLAND                                                     \r\nNLS_CURRENCY                   SFr.                                                            \r\nNLS_ISO_CURRENCY               SWITZERLAND                                                     \r\nNLS_NUMERIC_CHARACTERS         .'                                                              \r\nNLS_CALENDAR                   GREGORIAN                                                       \r\nNLS_DATE_FORMAT                DD.MM.YYYY HH24:MI:SS                                           \r\nNLS_DATE_LANGUAGE              ENGLISH                                                         \r\nNLS_SORT                       BINARY                                                          \r\nNLS_TIME_FORMAT                HH24:MI:SSXFF                                                   \r\nNLS_TIMESTAMP_FORMAT           DD.MM.RR HH24:MI:SSXFF                                          \r\n\r\nPARAMETER                      VALUE                                                           \r\n------------------------------ ----------------------------------------------------------------\r\nNLS_TIME_TZ_FORMAT             HH24:MI:SSXFF TZR                                               \r\nNLS_TIMESTAMP_TZ_FORMAT        DD.MM.RR HH24:MI:SSXFF TZR                                      \r\nNLS_DUAL_CURRENCY              SF                                                              \r\nNLS_COMP                       BINARY                                                          \r\nNLS_LENGTH_SEMANTICS           BYTE                                                            \r\nNLS_NCHAR_CONV_EXCP            FALSE                                                           \r\n\r\n17 rows selected. \r\n\r\n\r\nPORT_STRING                                                 \r\n------------------------------------------------------------\r\nx86_64/Linux 2.4.xx\r\n```\r\n\r\n**Information about client software**\r\n\r\nirrelevant.\r\n\r\n**To Reproduce**\r\n\r\n1. connect as user `ut3_tester` in a current development environment\r\n\r\n2. run the the follwing:\r\n\r\n```\r\nSET SERVEROUTPUT ON SIZE UNLIMITED\r\nEXECUTE ut.run('UT3_TESTER');\r\n```\r\n\r\n3. Look at the output:\r\n\r\n```\r\nFailures:\r\n \r\n   1) after_each_executed\r\n      Actual: 3 (number) was expected to equal: 1 (number) \r\n      at \"UT3_TESTER.TEST_UT_TEST.AFTER_EACH_EXECUTED\", line 160 ut.expect(l_test.result).to_equal(ut3.ut_utils.gc_success);\r\n      \r\n       \r\n      Actual: 0 (number) was expected to equal: 1 (number) \r\n      at \"UT3_TESTER.TEST_UT_TEST.AFTER_EACH_EXECUTED\", line 161 ut.expect(ut3_tester_helper.ut_example_tests.g_number).to_equal(1);\r\n      \r\n       \r\n   2) before_each_executed\r\n      Actual: 3 (number) was expected to equal: 1 (number) \r\n      at \"UT3_TESTER.TEST_UT_TEST.BEFORE_EACH_EXECUTED\", line 332 ut.expect(l_test.result).to_equal(ut3.ut_utils.gc_success);\r\n      \r\n       \r\n      Actual: NULL (number) was expected to equal: 1 (number) \r\n      at \"UT3_TESTER.TEST_UT_TEST.BEFORE_EACH_EXECUTED\", line 333 ut.expect(ut3_tester_helper.ut_example_tests.g_number).to_equal(1);\r\n      \r\n       \r\n   3) before_test_executed\r\n      Actual: 3 (number) was expected to equal: 1 (number) \r\n      at \"UT3_TESTER.TEST_UT_TEST.BEFORE_TEST_EXECUTED\", line 536 ut.expect(l_test.result).to_equal(ut3.ut_utils.gc_success);\r\n      \r\n       \r\n      Actual: NULL (number) was expected to equal: 1 (number) \r\n      at \"UT3_TESTER.TEST_UT_TEST.BEFORE_TEST_EXECUTED\", line 537 ut.expect(ut3_tester_helper.ut_example_tests.g_number).to_equal(1);\r\n      \r\n       \r\n   4) after_test_executed\r\n      Actual: 3 (number) was expected to equal: 1 (number) \r\n      at \"UT3_TESTER.TEST_UT_TEST.AFTER_TEST_EXECUTED\", line 591 ut.expect(l_test.result).to_equal(ut3.ut_utils.gc_success);\r\n      \r\n       \r\n      Actual: 0 (number) was expected to equal: 1 (number) \r\n      at \"UT3_TESTER.TEST_UT_TEST.AFTER_TEST_EXECUTED\", line 592 ut.expect(ut3_tester_helper.ut_example_tests.g_number).to_equal(1);\r\n      \r\n       \r\n   5) disabled_test\r\n      Actual: NULL (number) was expected to equal: 1 (number) \r\n      at \"UT3_TESTER.TEST_UT_TEST.DISABLED_TEST\", line 25 ut.expect(ut3_tester_helper.ut_example_tests.g_number).to_equal(1);\r\n      \r\n       \r\n      Actual: 3 (number) was expected to equal: 1 (number) \r\n      at \"UT3_TESTER.TEST_UT_TEST.DISABLED_TEST\", line 26 ut.expect(l_suite.result).to_equal(ut3.ut_utils.gc_success);\r\n      \r\n       \r\n      Actual: 0 (number) was expected to equal: 1 (number) \r\n      at \"UT3_TESTER.TEST_UT_TEST.DISABLED_TEST\", line 27 ut.expect(l_suite.results_count.disabled_count).to_equal(1);\r\n      \r\n       \r\n      Actual: 0 (number) was expected to equal: 1 (number) \r\n      at \"UT3_TESTER.TEST_UT_TEST.DISABLED_TEST\", line 29 ut.expect(l_suite.results_count.success_count).to_equal(1);\r\n      \r\n       \r\n      Actual: 2 (number) was expected to equal: 0 (number) \r\n      at \"UT3_TESTER.TEST_UT_TEST.DISABLED_TEST\", line 31 ut.expect(l_suite.results_count.errored_count).to_equal(0);\r\n      \r\n       \r\n   6) aftertest_errors\r\n      Actual: NULL (number) was expected to equal: 3 (number) \r\n      at \"UT3_TESTER.TEST_UT_TEST.AFTERTEST_ERRORS\", line 53 ut.expect(ut3_tester_helper.ut_example_tests.g_number).to_equal(3);\r\n      \r\n       \r\n      Actual: 0 (number) was expected to equal: 1 (number) \r\n      at \"UT3_TESTER.TEST_UT_TEST.AFTERTEST_ERRORS\", line 57 ut.expect(l_suite.results_count.success_count).to_equal(1);\r\n      \r\n       \r\n      Actual: 2 (number) was expected to equal: 1 (number) \r\n      at \"UT3_TESTER.TEST_UT_TEST.AFTERTEST_ERRORS\", line 59 ut.expect(l_suite.results_count.errored_count).to_equal(1);\r\n      \r\n       \r\n   7) aftereach_errors\r\n      Actual: NULL (number) was expected to equal: 3 (number) \r\n      at \"UT3_TESTER.TEST_UT_TEST.AFTEREACH_ERRORS\", line 79 ut.expect(ut3_tester_helper.ut_example_tests.g_number).to_equal(3);\r\n      \r\n       \r\n      Actual: 0 (number) was expected to equal: 1 (number) \r\n      at \"UT3_TESTER.TEST_UT_TEST.AFTEREACH_ERRORS\", line 83 ut.expect(l_suite.results_count.success_count).to_equal(1);\r\n      \r\n       \r\n      Actual: 2 (number) was expected to equal: 1 (number) \r\n      at \"UT3_TESTER.TEST_UT_TEST.AFTEREACH_ERRORS\", line 85 ut.expect(l_suite.results_count.errored_count).to_equal(1);\r\n      \r\n       \r\n   8) beforetest_errors\r\n      Actual: NULL (number) was expected to equal: 2 (number) \r\n      at \"UT3_TESTER.TEST_UT_TEST.BEFORETEST_ERRORS\", line 105 ut.expect(ut3_tester_helper.ut_example_tests.g_number).to_equal(2);\r\n      \r\n       \r\n      Actual: 0 (number) was expected to equal: 1 (number) \r\n      at \"UT3_TESTER.TEST_UT_TEST.BEFORETEST_ERRORS\", line 109 ut.expect(l_suite.results_count.success_count).to_equal(1);\r\n      \r\n       \r\n      Actual: 2 (number) was expected to equal: 1 (number) \r\n      at \"UT3_TESTER.TEST_UT_TEST.BEFORETEST_ERRORS\", line 111 ut.expect(l_suite.results_count.errored_count).to_equal(1);\r\n      \r\n       \r\n   9) beforeeach_errors\r\n      Actual: NULL (number) was expected to equal: 2 (number) \r\n      at \"UT3_TESTER.TEST_UT_TEST.BEFOREEACH_ERRORS\", line 131 ut.expect(ut3_tester_helper.ut_example_tests.g_number).to_equal(2);\r\n      \r\n       \r\n      Actual: 0 (number) was expected to equal: 1 (number) \r\n      at \"UT3_TESTER.TEST_UT_TEST.BEFOREEACH_ERRORS\", line 135 ut.expect(l_suite.results_count.success_count).to_equal(1);\r\n      \r\n       \r\n      Actual: 2 (number) was expected to equal: 1 (number) \r\n      at \"UT3_TESTER.TEST_UT_TEST.BEFOREEACH_ERRORS\", line 137 ut.expect(l_suite.results_count.errored_count).to_equal(1);\r\n      \r\n       \r\n  10) rollback_manual\r\n      Actual: 0 (number) was expected to be greater than: 0 (number) \r\n      at \"UT3_TESTER_HELPER.RUN_HELPER.TEST_ROLLBACK_TYPE\", line 556 ut.expect(main_helper.get_value(q'[ut_transaction_control.count_rows('t')]')).to_( a_expectation );\r\n      \r\n       \r\n      Actual: 0 (number) was expected to be greater than: 0 (number) \r\n      at \"UT3_TESTER_HELPER.RUN_HELPER.TEST_ROLLBACK_TYPE\", line 557 ut.expect(main_helper.get_value(q'[ut_transaction_control.count_rows('s')]')).to_( a_expectation );\r\n      \r\n       \r\n  11) rollback_manual_on_failure\r\n      Actual: 0 (number) was expected to be greater than: 0 (number) \r\n      at \"UT3_TESTER_HELPER.RUN_HELPER.TEST_ROLLBACK_TYPE\", line 556 ut.expect(main_helper.get_value(q'[ut_transaction_control.count_rows('t')]')).to_( a_expectation );\r\n      \r\n       \r\n      Actual: 0 (number) was expected to be greater than: 0 (number) \r\n      at \"UT3_TESTER_HELPER.RUN_HELPER.TEST_ROLLBACK_TYPE\", line 557 ut.expect(main_helper.get_value(q'[ut_transaction_control.count_rows('s')]')).to_( a_expectation );\r\n      \r\n       \r\nFinished in 12.283786 seconds\r\n233 tests, 11 failed, 0 errored, 1 disabled, 0 warning(s)\r\n```\r\n\r\n4. connect as user `ut3_tester_helper`\r\n\r\n5. run the following (same as in step 3):\r\n\r\n```\r\nSET SERVEROUTPUT ON SIZE UNLIMITED\r\nEXECUTE ut.run('UT3_TESTER');\r\n```\r\n\r\n6. look at the ouput (no errors, excerpt):\r\n\r\n```\r\nFinished in 13.088981 seconds\r\n233 tests, 0 failed, 0 errored, 1 disabled, 0 warning(s)\r\n```\r\n\r\n**Expected behavior**\r\n\r\n- Option 1: step 3 and 5 produced the same number of succeeded, failed, errored tests \r\n- Option 2: if option 1 is not feasible, this should be documented and reported in an sensible way, so that the user knows what to do (and maybe also why). \r\n","author":{"url":"https://github.com/PhilippSalvisberg","@type":"Person","name":"PhilippSalvisberg"},"datePublished":"2019-07-05T13:13:53.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/969/utPLSQL/issues/969"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:16417a68-59da-55c5-9530-941c7fc1d1f5
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idC088:1B51CD:33DF1:483FB:6A635FC9
html-safe-nonce749b2a8746a7d957cf57bb86bd4bca00072e640546f8cc80da866489af2e4a98
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDMDg4OjFCNTFDRDozM0RGMTo0ODNGQjo2QTYzNUZDOSIsInZpc2l0b3JfaWQiOiI1MjE3NTgzMDY4NDk3NDI3OTMiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacf05a57f1fbba100d0027748c3f03e13f6755283734f8163b092eb87726827420
hovercard-subject-tagissue:464635604
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/utPLSQL/utPLSQL/969/issue_layout
twitter:imagehttps://opengraph.githubassets.com/89aa7bfb675845d8e4518ec8757ebecca97628c9810985cf7dc862fde5e42c4c/utPLSQL/utPLSQL/issues/969
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/89aa7bfb675845d8e4518ec8757ebecca97628c9810985cf7dc862fde5e42c4c/utPLSQL/utPLSQL/issues/969
og:image:altDescribe the bug I expect that the owner of tests can execute its tests successfully. And if this is not the case the tests should throw an appropriate exception (e.g. must be executed as ut3_teste...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamePhilippSalvisberg
hostnamegithub.com
expected-hostnamegithub.com
None59e55daad7174ca59d63c6974d58276ccb5477442e550bebb3c035e1bef11c94
turbo-cache-controlno-preview
go-importgithub.com/utPLSQL/utPLSQL git https://github.com/utPLSQL/utPLSQL.git
octolytics-dimension-user_id15661281
octolytics-dimension-user_loginutPLSQL
octolytics-dimension-repository_id50728220
octolytics-dimension-repository_nwoutPLSQL/utPLSQL
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id50728220
octolytics-dimension-repository_network_root_nwoutPLSQL/utPLSQL
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release71b1218de2f2ab29c4d5ce72568e68e2c56044c6
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/utPLSQL/utPLSQL/issues/969#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FutPLSQL%2FutPLSQL%2Fissues%2F969
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FutPLSQL%2FutPLSQL%2Fissues%2F969
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=utPLSQL%2FutPLSQL
Reloadhttps://github.com/utPLSQL/utPLSQL/issues/969
Reloadhttps://github.com/utPLSQL/utPLSQL/issues/969
Reloadhttps://github.com/utPLSQL/utPLSQL/issues/969
Please reload this pagehttps://github.com/utPLSQL/utPLSQL/issues/969
utPLSQL https://github.com/utPLSQL
utPLSQLhttps://github.com/utPLSQL/utPLSQL
Notifications https://github.com/login?return_to=%2FutPLSQL%2FutPLSQL
Fork 188 https://github.com/login?return_to=%2FutPLSQL%2FutPLSQL
Star 619 https://github.com/login?return_to=%2FutPLSQL%2FutPLSQL
Code https://github.com/utPLSQL/utPLSQL
Issues 12 https://github.com/utPLSQL/utPLSQL/issues
Pull requests 0 https://github.com/utPLSQL/utPLSQL/pulls
Discussions https://github.com/utPLSQL/utPLSQL/discussions
Actions https://github.com/utPLSQL/utPLSQL/actions
Projects https://github.com/utPLSQL/utPLSQL/projects
Security and quality 0 https://github.com/utPLSQL/utPLSQL/security
Insights https://github.com/utPLSQL/utPLSQL/pulse
Code https://github.com/utPLSQL/utPLSQL
Issues https://github.com/utPLSQL/utPLSQL/issues
Pull requests https://github.com/utPLSQL/utPLSQL/pulls
Discussions https://github.com/utPLSQL/utPLSQL/discussions
Actions https://github.com/utPLSQL/utPLSQL/actions
Projects https://github.com/utPLSQL/utPLSQL/projects
Security and quality https://github.com/utPLSQL/utPLSQL/security
Insights https://github.com/utPLSQL/utPLSQL/pulse
#1027https://github.com/utPLSQL/utPLSQL/pull/1027
11 tests owned by "ut3_tester" fail when executed as "ut3_tester"https://github.com/utPLSQL/utPLSQL/issues/969#top
#1027https://github.com/utPLSQL/utPLSQL/pull/1027
bughttps://github.com/utPLSQL/utPLSQL/issues?q=state%3Aopen%20label%3A%22bug%22
v3.1.10https://github.com/utPLSQL/utPLSQL/milestone/18
https://github.com/PhilippSalvisberg
PhilippSalvisberghttps://github.com/PhilippSalvisberg
on Jul 5, 2019https://github.com/utPLSQL/utPLSQL/issues/969#issue-464635604
bughttps://github.com/utPLSQL/utPLSQL/issues?q=state%3Aopen%20label%3A%22bug%22
v3.1.10https://github.com/utPLSQL/utPLSQL/milestone/18
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.