Consistent identifiers

Registered by Federico Razzoli

Make identifier consistent:
* Columns (tabs & views)
* Session variables
* Prepared Statements
* Cursors
* Labels
* Conditions (not used)

All session vars, ps and cursors must have this prefix:
__stk_u_
(avoid conflicts with users's code AND with other STK proects)

Using different names for ps in assertions is good, because it helps understanding error messages (maybe).

Also, use these acronyms everywhere:
test_name => bt
test_case => tc
test_suite => ts
test_run/run_id => tr

No need to do this altogether.

Blueprint information

Status:
Complete
Approver:
Federico Razzoli
Priority:
Not
Drafter:
Federico Razzoli
Direction:
Approved
Assignee:
Federico Razzoli
Definition:
Approved
Series goal:
None
Implementation:
Implemented
Milestone target:
milestone icon 1.0.0-rc2
Started by
Federico Razzoli
Completed by
Federico Razzoli

Related branches

Sprints

Whiteboard

done: rev 34

(?)

Work Items

Work items:
[santec] __stk_u_ prefix: DONE

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.