Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Feature/pure sql #801
Feature/pure sql #801
Conversation
Fixing test dependency on global_names (for DB links) Fixing missing privs. Resolves #765
It is a requirement to test the current develp branch
Due to missing duplicate_no in populated table the data results been skewed.
…ture/matcher_include
…ture/matcher_include
…utPLSQL into feature/matcher_include
…ich can result in error due to missing privs to internal function
Before refactoring.
…into feature/pure_sql
…into feature/pure_sql
…into feature/pure_sql
Removed TODO tag as any rework will introduce a more artificial logic ( adding new attributes , functions etc.)
# Conflicts: # test/install_tests.sql
…ation_cursors to allow anydata to inherit
…into feature/pure_sql
|
This PR is a huge set of changes and amazing amount of work from @lwasylow |
Submitting code for review and discussion.
Proposed changes are to replace a current a hash function on data with a dynamic sql generated using a information extracted from cursor. There are some datatypes we are not allowing to compare directly and on these we will still use a hash.
Fixes #780
Fixes #79
Fixes #779
Fixes #835
Fixes #827