Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Feature/better examples#123

Merged
Pazus merged 8 commits intoutPLSQL:version3from
jgebal:feature/better_examples
Dec 15, 2016
Merged

Feature/better examples#123
Pazus merged 8 commits intoutPLSQL:version3from
jgebal:feature/better_examples

Conversation

@jgebal
Copy link
Copy Markdown
Member

@jgebal jgebal commented Dec 14, 2016

  • Added award_bonus example
  • Added betwnstr example
  • Added remove rooms example

Those are meant to be real use-case scenarios (a bit vanilla but still usable)

Copy link
Copy Markdown
Member

@Pazus Pazus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you make small changes.
I really like your the examples! Great job, @jgebal!

Comment thread examples/RunAllExamples.sql Outdated
@@RunWithDocumentationReporter.sql

--workaround for suite level cache
declare d date := sysdate; begin loop exit when d != sysdate; end loop; end;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cache invalidation is fixed in another PR, no more need in that


create table room_contents (
contents_key number primary key,
room_key number,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a bit simpler:

room_key number references rooms(room_key),

@Pazus Pazus added this to the version3 milestone Dec 14, 2016
@jgebal
Copy link
Copy Markdown
Member Author

jgebal commented Dec 15, 2016

I've addressed the review comments.

@Pazus Pazus merged commit 980d36d into utPLSQL:version3 Dec 15, 2016
@Pazus Pazus removed the in progress label Dec 15, 2016
@jgebal jgebal deleted the feature/better_examples branch December 23, 2016 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants