Ivan Netch
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
Ivan Netch created a post, DB Navigator: fail to recognize TRUE and FALSE as constants names
Hello! I very like the DBN, but there is problem with constant with names TRUE and FALSE (because of these names are specific constants in Oracle, but it is possible to use their in PL/SQL code as ... -
Ivan Netch commented, -
-
Ivan Netch created a post, Why package editor "eats" leading spaces?
Package editor trims leading spaces.For example, I've made a simple package (for illustrating another bug):create or replace package tst_const_pkg as TRUE constant number(1) := ...