-
Notifications
You must be signed in to change notification settings - Fork 189
Feature/pure sql #801
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Feature/pure sql #801
Changes from 1 commit
Commits
Show all changes
148 commits
Select commit
Hold shift + click to select a range
42d8d45
Initial check in
lwasylow 2360ca4
First working stab. No messages defined.
lwasylow dd63970
Include matcher
lwasylow 81240fb
Updated install and deinstall
lwasylow 440670b
Update install
lwasylow a0ee195
Added tests for include
lwasylow 314b998
Added test for to_contain
lwasylow 6193ff3
Adding negated matcher
lwasylow f798e39
Added tests and negated code
lwasylow 86276ec
Fixing test dependency on NLS settings.
jgebal 7b037d4
Adding fix to avoid running sonar-scanner on external pull-requests.
jgebal b2f1b96
Updated project version after build [skip ci]
80ea7d7
Change CLI version to 3.1.0.
PhilippSalvisberg 3d3a2e8
ignore temporary files created by actions described in CONTRIBUTING.md
PhilippSalvisberg 7170cda
Updated project version after build [skip ci]
59b1ead
fix to unordered.
lwasylow 4d2a890
Updated project version after build [skip ci]
29e1bf7
Moving uninstall tests to child job no 2 - (12.1) as it is now fastes…
jgebal 45448ac
Disabling compilation with PLSQL compiler warnings.
jgebal add5ed8
Updated project version after build [skip ci]
f39b96a
Update not to include
lwasylow 9557daa
Merge branch 'develop' of github.com:utPLSQL/utPLSQL into feature/mat…
lwasylow 5aa19ea
Update some of the format
lwasylow 03ad5ec
Update documentation
lwasylow 18d89f6
Merge branch 'develop' of https://github.com/utPLSQL/utPLSQL into fea…
lwasylow 74c3648
Merge branch 'develop' of https://github.com/utPLSQL/utPLSQL into fea…
lwasylow 42563e9
Update documentation and added additional test.
lwasylow 3e685e8
Merge branch 'feature/matcher_include' of https://github.com/utPLSQL/…
lwasylow 2a133a1
Fix to issue #770 when the merge statement is run via current user wh…
lwasylow 68d43d6
Added test for min user test
lwasylow afe9e2c
Update sqlcl download
lwasylow 12edb2a
Squashed commit of the following:
lwasylow 9dbb4e5
Update run test shell.
lwasylow 8752509
Update shell
lwasylow 4138d25
Added extra test for duplicate.
lwasylow 8388276
First stab
lwasylow 9741948
Added belt and braces for big cartesian
lwasylow be55366
Inserting only first max display rows
lwasylow ae3d34f
Remove clob transformation
lwasylow b4113fd
Check in progress of working version.
lwasylow 816a1c1
Beautify sql generation
lwasylow e5de7d2
Tidy up
lwasylow 9843e14
Code updates for pure sql
lwasylow ab593d9
Update code to consolidate compare sqls into one place where is gener…
lwasylow 4d3dadc
Update for 11g where error about inline with was raised.
lwasylow d9ccc83
Fix to sql diff to resolve 11g optimizer rewrite error
lwasylow c009a86
Update code to bring all code into one place.
lwasylow ecaf48a
Add some bigger tests
lwasylow af8b49a
Update rownumber generated
lwasylow c633ff5
Update code with bug fixes
lwasylow ee7bdf2
Update order
lwasylow 5b46ab0
Updated code for tests.
lwasylow c997616
Added cursor info code
lwasylow 2b9d4f3
Capture cursor info and filter it out
lwasylow fc905ac
Saving progress
lwasylow 107a30b
Updated progress by capturing a nested types in hierarchy structured …
lwasylow 6726f1a
Saving progress
lwasylow e4043b5
Updates to include nested an collections
lwasylow 6cb5fe7
Further deprecation of Xpath
lwasylow 1356f39
Update to cursor comparision
lwasylow b094911
Update tests
lwasylow 21dca2b
Resolve issue with nested table being join
lwasylow 6e034bf
Merge branch 'develop' of https://github.com/utPLSQL/utPLSQL into fea…
lwasylow 9dc266e
Update test to be more generic
lwasylow d96d602
remove schema quantifier
lwasylow 2b90c4b
remove schema quantifier
lwasylow 416df70
Merge branch 'feature/pure_sql' of https://github.com/utPLSQL/utPLSQL…
lwasylow 3759e90
Phase 2. Removal of x path and clean-up deprecated code
lwasylow 35d200c
Merge branch 'develop' of https://github.com/utPLSQL/utPLSQL into fea…
lwasylow 29fe2e1
Update stylecheck
lwasylow 1c0582b
Update test time exec
lwasylow 7837eb4
Anydata refactoring.
lwasylow e082b75
Improvements to extraction of cursor details using anydata to allow g…
lwasylow 815deac
Updates to documentation
lwasylow cf0c592
Sorting out some duplicate code.
lwasylow c156852
Cleanup of code
lwasylow d8525d6
Change behaviour to compare columns regardless of column position in …
lwasylow 48ad81e
Small fixes and updates regarding peer review.
lwasylow 3ff1e27
Updated paths to venn diagram images
jgebal 69da762
Fixed formatting of examples.
jgebal 8697cea
Added missing synonyms for new matchers `contain / include`
jgebal 1645445
Formatting fixes.
jgebal 62c12cd
Removed unused variables.
jgebal ca9f8eb
Formatting fixes.
jgebal 004b537
Refactoring recursive calls for resolving complex types in cursor.
jgebal ada957d
Fixed exception handling on `anytype.getpersistent`
jgebal 2ff110d
Change cursor behaviour to be ordered columns by default.
lwasylow bd54710
Adding short-name for unordered columns option UC.
lwasylow 6f830dc
Minor formatting and warnings fixed
jgebal a67b853
Merge branch 'develop' into feature/pure_sql
lwasylow 45643e0
Tidy up code
lwasylow 1e71c99
Adding a new expectation type to specialize unordered_columns only to…
lwasylow 470bb32
A bit of code cleanup
jgebal b64443d
Fixed cleanup issues.
jgebal c2d52ae
resolved sonar violations
jgebal 0c994a4
Merge branch 'develop' into feature/pure_sql
jgebal fab120e
Merge branch 'develop' into feature/pure_sql
jgebal 4663e3b
Merge branch 'develop' into feature/pure_sql
jgebal 9ddc332
Merge branch 'develop' into feature/pure_sql
jgebal b4483a7
Merge remote-tracking branch 'origin/develop' into feature/pure_sql
jgebal 62e5d80
Fixed doc link
jgebal d7a2711
Fixed issue with spaces in column lists.
jgebal 97cd079
Improved documentation for `unordered` and `unordered_columns` options.
jgebal 94e58a0
Refactoring - to be continued.
jgebal 08ed9ab
Refactoring - to be continued.
jgebal 90aca9f
Refactoring - to be continued.
jgebal 24c14f9
Refactoring - to be continued.
jgebal f850428
Fixed issue with DBMS_LOB.COMPARE when empty XML produced.
jgebal 917828c
Refactoring.
jgebal 80563f8
Refactoring.
jgebal faf3d12
Rework dynamic sql generation to more readible format.
lwasylow 6306af6
Rework dynamic sql generation to more readible format.
lwasylow daa8ec3
fixing issue with order of data.
lwasylow ab55d12
fixing issue with order of data.
lwasylow 7676a9a
Merge branch 'feature/pure_sql' of https://github.com/utPLSQL/utPLSQL…
lwasylow dd7e868
Renamed `ut_include` to `ut_contain`.
jgebal 9fccd1d
Wrapping up anydata into cursor
lwasylow 6421ec8
Merge branch 'feature/pure_sql' of https://github.com/utPLSQL/utPLSQL…
lwasylow 061895a
Wrapping up anydata into cursor
lwasylow 7bb5533
Fixing issue with null object and counts
lwasylow 147a506
Fixing issues with null and empty objects / collections
lwasylow 5dd4d42
Shorter tests names and removal of unused types files.
lwasylow 01e93e7
Wrapping in the quota column name in cursor as it uses a type value w…
lwasylow 2c8cd32
Fixing issue with refcursor in anydata.
lwasylow bbb9020
Adding cursor closure
lwasylow 09b43da
Adding in out
lwasylow 9961dbc
Testing fix for issue with cursors
lwasylow 2534c96
fixing cursor issue
lwasylow dea6d3c
Refactoring.
lwasylow bf4a25a
Merge branch 'feature/pure_sql' of https://github.com/utPLSQL/utPLSQL…
lwasylow e32d700
Refactoring
lwasylow 2dab607
Merge branch 'develop' into feature/pure_sql
lwasylow 5c1ef69
Update sonar sh
lwasylow b91ea69
Fixing SONAR errors
lwasylow e8e5772
Merge branch 'feature/pure_sql' of https://github.com/utPLSQL/utPLSQL…
lwasylow 7a77a7f
small improvments
lwasylow cfada15
Remove tests as its not replicating issue
lwasylow b823922
Merge branch 'develop' into feature/pure_sql
jgebal c583319
Adding extra tests for collection with join_by and unordered
lwasylow 46fb8ff
Merge branch 'feature/pure_sql' of https://github.com/utPLSQL/utPLSQL…
lwasylow 3aa872b
Updated docs/userguide/advanced_data_comparison.md
lwasylow 3e4e1a8
Fixing a conversion of date when extracting XML DATE,TS, TS_TZ,TS_LTS…
lwasylow 898bec2
Fixed support for different DATE NLS settings.
jgebal 6590735
Merge remote-tracking branch 'origin/develop' into feature/pure_sql
jgebal 05adfa2
Moving expectations for compound into single type and removing expect…
lwasylow ca64da8
Merge branch 'feature/pure_sql' of https://github.com/utPLSQL/utPLSQL…
lwasylow 10a6bf7
Update docs
lwasylow 76c068e
Merge branch 'develop' into feature/pure_sql
lwasylow File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Phase 2. Removal of x path and clean-up deprecated code
- Loading branch information
commit 3759e90cffdd1bbc3a787031888622d3df04ed43
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.