Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Alesator
/
utPLSQL
Public
forked from
utPLSQL/utPLSQL
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
utPLSQL
source
expectations
data_values
on
develop
User selector
All users
All time
Commit history
Commits on Feb 16, 2020
Fixed issues with new cursor-results compare query on 11g
jgebal
committed
054c39f
View commit details
Copy full SHA for 054c39f
View code at this point
Browse repository at this point
Commits on Feb 15, 2020
Refactored expectations on compound data
Show description for 1b0b8f8
jgebal
committed
1b0b8f8
View commit details
Copy full SHA for 1b0b8f8
View code at this point
Browse repository at this point
Commits on Sep 22, 2019
Changed names on internal columns in cursor & object compare.
Show description for 169d0fe
jgebal
committed
169d0fe
View commit details
Copy full SHA for 169d0fe
View code at this point
Browse repository at this point
Commits on Jul 8, 2019
- Fixed minor typos, formatting and issues with expectation results.
Show description for d932f75
jgebal
committed
d932f75
View commit details
Copy full SHA for d932f75
View code at this point
Browse repository at this point
Commits on Jun 27, 2019
Removed grants:
Show description for 41c007c
jgebal
committed
41c007c
View commit details
Copy full SHA for 41c007c
View code at this point
Browse repository at this point
Commits on Jun 24, 2019
Assuring that no locks are held on temp tables after test run is finished and transaction is committed.
jgebal
committed
c66b4d7
View commit details
Copy full SHA for c66b4d7
View code at this point
Browse repository at this point
Commits on Jun 22, 2019
Cleanup some grants to internal objects & tables
Show description for c7b802f
jgebal
committed
c7b802f
View commit details
Copy full SHA for c7b802f
View code at this point
Browse repository at this point
Commits on Jun 19, 2019
Address issue for Oracle 11.2 where the local collection is used in SQL statement. Switch to query table directly.
lwasylow
committed
2e0eee8
View commit details
Copy full SHA for 2e0eee8
View code at this point
Browse repository at this point
Commits on Jun 17, 2019
Updated copyright year
jgebal
committed
27242af
View commit details
Copy full SHA for 27242af
View code at this point
Browse repository at this point
Feature/json object (#928)
Show description for ba2e765
lwasylow
authored
ba2e765
View commit details
Copy full SHA for ba2e765
View code at this point
Browse repository at this point
Commits on Jun 5, 2019
Fixing encoding issue
lwasylow
committed
0007298
View commit details
Copy full SHA for 0007298
View code at this point
Browse repository at this point
Commits on May 24, 2019
PHASE 2
LUKASZ104
authored and
LUKASZ104
committed
d609ee8
View commit details
Copy full SHA for d609ee8
View code at this point
Browse repository at this point
Merge branch 'fix/anydata_join_syntax' of https://github.com/utPLSQL/utPLSQL into fix/anydata_join_syntax
LUKASZ104
authored and
LUKASZ104
committed
8e4bd37
View commit details
Copy full SHA for 8e4bd37
View code at this point
Browse repository at this point
TAG: Phase2
Show description for 7d27d3a
LUKASZ104
authored and
LUKASZ104
committed
7d27d3a
View commit details
Copy full SHA for 7d27d3a
View code at this point
Browse repository at this point
TAG: Phase2
Show description for fbc5325
LUKASZ104
authored and
LUKASZ104
committed
fbc5325
View commit details
Copy full SHA for fbc5325
View code at this point
Browse repository at this point
Fixing PR comments.
lwasylow
committed
7106a0e
View commit details
Copy full SHA for 7106a0e
View code at this point
Browse repository at this point
Commits on May 12, 2019
Initial checkin
lwasylow
committed
ae982a6
View commit details
Copy full SHA for ae982a6
View code at this point
Browse repository at this point
Commits on May 8, 2019
Removal of row_number as its excessive we dont partition by any
lwasylow
committed
e088211
View commit details
Copy full SHA for e088211
View code at this point
Browse repository at this point
Partition should not be across column name but a full table set.
LUKASZ104
authored and
LUKASZ104
committed
525da02
View commit details
Copy full SHA for 525da02
View code at this point
Browse repository at this point
Make sure that order of the columns is kept when rewriting an order and nothing was removed.
LUKASZ104
authored and
LUKASZ104
committed
367958d
View commit details
Copy full SHA for 367958d
View code at this point
Browse repository at this point
Fix to issue when column was removed from the middle of cursor using a exclude or include.
Show description for 8ceb774
lwasylow
committed
8ceb774
View commit details
Copy full SHA for 8ceb774
View code at this point
Browse repository at this point
Commits on Apr 27, 2019
Number precision from dbms_sql not correct (#908)
Show description for e64f498
lwasylow
authored
e64f498
View commit details
Copy full SHA for e64f498
View code at this point
Browse repository at this point
Commits on Apr 19, 2019
Fix/oracle bug with xmlspaces (#895)
Show description for 1fbf433
lwasylow
authored
1fbf433
View commit details
Copy full SHA for 1fbf433
View code at this point
Browse repository at this point
Commits on Apr 14, 2019
Fixing issue with a special column names non XML compliant (#903)
Show description for 3bdd540
lwasylow
authored
3bdd540
View commit details
Copy full SHA for 3bdd540
View code at this point
Browse repository at this point
Commits on Apr 11, 2019
Update test
lwasylow
committed
a4a33fb
View commit details
Copy full SHA for a4a33fb
View code at this point
Browse repository at this point
Commits on Apr 9, 2019
Fix : No length datatypes mapping. This is to address issue when Oracle dont expect a length value against data type but cursor description return a max_len not being null.
lwasylow
committed
10e651f
View commit details
Copy full SHA for 10e651f
View code at this point
Browse repository at this point
Commits on Apr 8, 2019
Adding ROWID to list of types that do not provide a length.
lwasylow
committed
80a46d0
View commit details
Copy full SHA for 80a46d0
View code at this point
Browse repository at this point
Merge branch 'develop' of github.com:utPLSQL/utPLSQL into fix/cursor_error_handling
lwasylow
committed
68ab56f
View commit details
Copy full SHA for 68ab56f
View code at this point
Browse repository at this point
Commits on Apr 6, 2019
fixing ORA-00907 when comparing ref cursors with BINARY_DOUBLE/BINRAY_FLOAT columns
Show description for 3f97b9e
opendba
committed
3f97b9e
View commit details
Copy full SHA for 3f97b9e
View code at this point
Browse repository at this point
Commits on Apr 5, 2019
Cleanup whitespaces
lwasylow
committed
05efc5e
View commit details
Copy full SHA for 05efc5e
View code at this point
Browse repository at this point
Applying fixes as per PR review.
Show description for 8c64d78
lwasylow
committed
8c64d78
View commit details
Copy full SHA for 8c64d78
View code at this point
Browse repository at this point
Commits on Apr 4, 2019
Update tests for handling usr friendly error
lwasylow
committed
b56b8ef
View commit details
Copy full SHA for b56b8ef
View code at this point
Browse repository at this point
Merge branch 'develop' of github.com:utPLSQL/utPLSQL into fix/cursor_error_handling
lwasylow
committed
4ec49aa
View commit details
Copy full SHA for 4ec49aa
View code at this point
Browse repository at this point
Cursor error handling
lwasylow
committed
90eb8c9
View commit details
Copy full SHA for 90eb8c9
View code at this point
Browse repository at this point
Commits on Mar 27, 2019
Revert test
lwasylow
committed
0a60686
View commit details
Copy full SHA for 0a60686
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.